[pypy-commit] extradoc extradoc: done unwrap_spec(bool)

arigo pypy.commits at gmail.com
Mon Sep 12 12:15:47 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5701:b87aed34f87f
Date: 2016-09-12 18:15 +0200
http://bitbucket.org/pypy/extradoc/changeset/b87aed34f87f/

Log:	done unwrap_spec(bool)

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
@@ -40,7 +40,7 @@
 * review all unwrap_spec() that are meant to pass booleans (now
   with '=int').  Argument clinic turns these to PyObject_IsTrue(), i.e.
   accepting any object whatsoever(?!), which is supposedly a feature
-  (see http://bugs.python.org/issue14705).
+  (see http://bugs.python.org/issue14705).  DONE
 
 * ``math.isclose()``
 


More information about the pypy-commit mailing list