Author: Philip Jenvey <[email protected]> Branch: extradoc Changeset: r4939:ca4f1f89f7b7 Date: 2013-01-09 09:44 -0800 http://bitbucket.org/pypy/extradoc/changeset/ca4f1f89f7b7/
Log: py3k's December update diff --git a/blog/draft/py3k-status-update-9.rst b/blog/draft/py3k-status-update-9.rst new file mode 100644 --- /dev/null +++ b/blog/draft/py3k-status-update-9.rst @@ -0,0 +1,32 @@ +Py3k status update #9 +--------------------- + +This is the ninth status update about our work on the `py3k branch`_, which +we can work on thanks to all of the people who donated_ to the `py3k +proposal`_. + +Just a very short update on December's work: we're now passing about 223 of +approximately 355 modules of CPython's regression test suite, up from passing +194 last month. + +Some brief highlights: + +* More encoding related issues were addressed. e.g. now most if not all the + multibytecodec test modules pass. + +* Fixed some path handling issues (``test_os``, ``test_ntpath`` and + ``test_posixpath`` now pass) + +* We now pass ``test_class``, ``test_descr`` and almost ``test_builtin`` (among + other things): these are notable as they are fairly extensive test suites of + core aspects of the langauge. + +* Amaury Forgeot d'Arc continued making progress on `CPyExt`_ (thanks again!) + +cheers, +Phil + +.. _donated: http://morepypy.blogspot.com/2012/01/py3k-and-numpy-first-stage-thanks-to.html +.. _`py3k proposal`: http://pypy.org/py3donate.html +.. _`py3k branch`: https://bitbucket.org/pypy/pypy/commits/all/tip/branch%28%22py3k%22%29 +.. _`CPyExt`: http://morepypy.blogspot.com/2010/04/using-cpython-extension-modules-with.html _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
