Commit 03607398 authored by Robert Bradshaw's avatar Robert Bradshaw

Merge branch '0.24.x'

parents 4f4205f6 8b592122
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.24 (2016-03-xx) 0.24 (2016-04-04)
================= =================
Features added Features added
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.24b0" __version__ = "0.24"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
...@@ -39,8 +39,9 @@ directory, and then run:: ...@@ -39,8 +39,9 @@ directory, and then run::
python setup.py install python setup.py install
If you have Python setuptools set up on your system, you should be If you have ``pip`` set up on your system (e.g. in a virtualenv or a
able to fetch Cython from PyPI and install it using recent Python version), you should be able to fetch Cython from PyPI
and install it using
:: ::
......
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