Author: Matti Picus <[email protected]> Branch: py3.5 Changeset: r93635:15ab2cc81a0c Date: 2018-01-07 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/15ab2cc81a0c/
Log: restart whatsnew-pypy3-head.rst part 2 and document merged branches diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -0,0 +1,16 @@ +========================= +What's new in PyPy3 5.10+ +========================= + +.. this is the revision after release-pypy3.5-v5.10 +.. startrev: 34c63fba0bba + +.. branch: hroncok/fix-typeerror-str-does-not-support-the-b-1514414905375 + +Fix for bytestrings in console repl + +.. branch: py3-winreg + +Update winreg module to use unicode, wide-strings + + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
