Commit 620d2b5a authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 3.0 alpha 3.

parent 89172b6d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
3.0.0 alpha 3 (2020-0?-??) 3.0.0 alpha 3 (2020-04-27)
========================== ==========================
Features added Features added
...@@ -14,7 +14,7 @@ Features added ...@@ -14,7 +14,7 @@ Features added
* Python private name mangling now falls back to unmangled names for non-Python * Python private name mangling now falls back to unmangled names for non-Python
globals, since double-underscore names are not uncommon in C. Unmangled Python globals, since double-underscore names are not uncommon in C. Unmangled Python
names are also still found as a fallback but produce a warning. names are also still found as a legacy fallback but produce a warning.
Patch by David Woods. (Github issue #3548) Patch by David Woods. (Github issue #3548)
Bugs fixed Bugs fixed
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "3.0a2" __version__ = "3.0a3"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment