Author: Armin Rigo <ar...@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()`` _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit