Author: Amaury Forgeot d'Arc <[email protected]>
Branch: 
Changeset: r55111:3dc1f9111e1e
Date: 2012-05-15 22:35 +0100
http://bitbucket.org/pypy/pypy/changeset/3dc1f9111e1e/

Log:    My comments for closed branches

diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst
--- a/pypy/doc/whatsnew-1.9.rst
+++ b/pypy/doc/whatsnew-1.9.rst
@@ -23,6 +23,8 @@
 .. branch: ndmin
 .. branch: newindex
 .. branch: non-null-threadstate
+cpyext: Better support for PyEval_SaveThread and other PyTreadState_*
+functions.
 .. branch: numppy-flatitter
 .. branch: numpy-back-to-applevel
 .. branch: numpy-concatenate
@@ -37,13 +39,17 @@
 .. branch: numpypy-shape-bug
 .. branch: numpypy-ufuncs
 .. branch: pytest
-.. branch: revive-dlltool
 .. branch: safe-getargs-freelist
 .. branch: set-strategies
 .. branch: speedup-list-comprehension
 .. branch: stdlib-unification
+The directory "lib-python/modified-2.7" has been removed, and its
+content merged into "lib-python/2.7".
 .. branch: step-one-xrange
 .. branch: string-NUL
+PyPy refuses filenames with chr(0) characters. This is implemented in
+RPython which can enforce no-NUL correctness and propagation, similar
+to const-correctness in C++.
 .. branch: win32-cleanup
 .. branch: win32-cleanup2
 .. branch: win32-cleanup_2
@@ -56,3 +62,4 @@
 
 .. "uninteresting" branches that we should just ignore for the whatsnew:
 .. branch: sanitize-finally-stack
+.. branch: revive-dlltool (preliminary work for sepcomp)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to