summaryrefslogtreecommitdiff
path: root/Demos
diff options
context:
space:
mode:
authorPhil Austin <paustin@eos.ubc.ca>2016-03-27 10:23:21 -0700
committerPhil Austin <paustin@eos.ubc.ca>2016-03-27 10:23:21 -0700
commit5d2dc47e25301d37428d26c6f18de51d7cc242e4 (patch)
tree8ba7103258ff25ede28b64201c7f7b5c87e72808 /Demos
parentaa286f89f12761c01c482ee482514e4133884993 (diff)
downloadcython-5d2dc47e25301d37428d26c6f18de51d7cc242e4.tar.gz
note embed and freeze now work for v0.24 3.5
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Readme_demos.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Demos/Readme_demos.rst b/Demos/Readme_demos.rst
index e47936de6..d0854ddaf 100644
--- a/Demos/Readme_demos.rst
+++ b/Demos/Readme_demos.rst
@@ -25,9 +25,11 @@
./nCr 10 5
./python
-* Known failures
+* Build notes
* benchmarks/chaos.py requires cython 0.24 or newer
- * embed and freeze work for python2, compile but fail for python3
+ * embed and freeze work for python2, require cython 0.24 or higher
+ for python 3.5
+