Author: Philip Jenvey <pjen...@underboss.org> Branch: extradoc Changeset: r4903:5ff019e746f6 Date: 2012-11-01 10:28 -0700 http://bitbucket.org/pypy/extradoc/changeset/5ff019e746f6/
Log: updates diff --git a/blog/draft/py3k-status-update-7.rst b/blog/draft/py3k-status-update-7.rst --- a/blog/draft/py3k-status-update-7.rst +++ b/blog/draft/py3k-status-update-7.rst @@ -12,38 +12,38 @@ Python standard library tests. We currently pass 160 out of approximately 355 modules of CPython's standard -test suite, fail 144 and skip apprixmately 51. +test suite, fail 144 and skip approximately 51. Some highlights: -o dictviews (the objects returned by dict.keys/values/items) has been greatly +* dictviews (the objects returned by dict.keys/values/items) has been greatly improved, and now they full support set operators -o a lot of tests has been fixed wrt complex numbers (and in particular the -``__complex__`` method) +* a lot of tests has been fixed wrt complex numbers (and in particular the + ``__complex__`` method) -o _csv has been fixed and now it correctly handles unicode instead of bytes +* _csv has been fixed and now it correctly handles unicode instead of bytes -o more parser fixes, py3k list comprehension semantics; now you can no longer +* more parser fixes, py3k list comprehension semantics; now you can no longer access the list comprehension variable after it finishes -o 2to3'd most of our custom lib_pypy +* 2to3'd most of the lib_pypy modules (pypy's custom standard lib + replacements/additions) -o py3-enabled pyrepl: this means that finally readline works at the command +* py3-enabled pyrepl: this means that finally readline works at the command prompt, as well as builtins.input(). ``pdb`` seems to work, as well as fancycompleter_ to get colorful TAB completions :-) -o py3 round +* py3 round -o further tightening/cleanup of the unicode handling (more usage of -surrogateescape, surrogatepass among other things) +* further tightening/cleanup of the unicode handling (more usage of + surrogateescape, surrogatepass among other things) -o as well as keeping up with some big changes happening on the default branch +* as well as keeping up with some big changes happening on the default branch + and of course various other fixes. -Finally, I would like to thank Amaury Forgeot d'Arc for his significant -contributions; among other things, Amaury recently worked on <all kinds of -stuff listed above> - +Finally, we would like to thank Amaury Forgeot d'Arc for his significant +contributions. cheers, Philip&Antonio @@ -52,3 +52,4 @@ .. _`py3k proposal`: http://pypy.org/py3donate.html .. _`py3k branch`: https://bitbucket.org/pypy/pypy/src/py3k .. _`py3k buildbots`: http://buildbot.pypy.org/summary?branch=py3k +.. _`fancycompleter`: http://pypi.python.org/pypi/fancycompleter _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit