Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r4114:35bfb98c11e0 Date: 2012-03-01 20:46 +0100 http://bitbucket.org/pypy/extradoc/changeset/35bfb98c11e0/
Log: A typo left diff --git a/blog/draft/py3k-status-update-2.rst b/blog/draft/py3k-status-update-2.rst --- a/blog/draft/py3k-status-update-2.rst +++ b/blog/draft/py3k-status-update-2.rst @@ -33,7 +33,7 @@ But the most important breakthrough was the removal of the ``_file`` module, containing the implementation of the ``file`` type in Python 2, which is now gone since in Python 3 files are handled by the ``_io`` module. Killing the -module was not straightforward, becase some of the importing logic was tightly +module was not straightforward, because some of the importing logic was tightly tied to the internal implementation of files, so it needed some refactoring. Finally, I had to fix the ``marshal`` module to correctly detect text files vs. byte files. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit