Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5745:dac018501316
Date: 2016-11-09 17:18 +0100
http://bitbucket.org/pypy/extradoc/changeset/dac018501316/

Log:    updates

diff --git a/planning/py3.5/cpython-crashers.rst 
b/planning/py3.5/cpython-crashers.rst
--- a/planning/py3.5/cpython-crashers.rst
+++ b/planning/py3.5/cpython-crashers.rst
@@ -96,4 +96,5 @@
  
 * hash({}.values()) works (but hash({}.keys()) correctly gives
   TypeError).  That's a bit confusing and, as far as I can tell, always
-  pointless.
+  pointless.  Also, related: d.keys()==d.keys() but
+  d.values()!=d.values().
diff --git a/planning/py3.5/milestone-1-progress.rst 
b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3.5/milestone-1-progress.rst
+++ b/planning/py3.5/milestone-1-progress.rst
@@ -5,7 +5,7 @@
 In-progress ("Lock" section)
 ----------------------------
 
-nothing
+* bytes % args, bytearray % args (arigo)
 
 
 Misc stuff not formally in any milestone
@@ -69,7 +69,7 @@
 * The new os.scandir() function (POSIX-DONE, missing Win32)
 
 * Newly created file descriptors are non-inheritable (PEP 446) 
-  (POSIX-DONE, missing Win32)
+  (DONE)
 
 * The marshal format has been made more compact and efficient
   (DONE, maybe a small optimization left---TYPE_*ASCII*---that
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to