Author: Armin Rigo <[email protected]> Branch: Changeset: r64234:9c28835d3e50 Date: 2013-05-16 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9c28835d3e50/
Log: typo diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst --- a/pypy/doc/release-2.0.1.rst +++ b/pypy/doc/release-2.0.1.rst @@ -28,7 +28,7 @@ - fix an occasional crash in the JIT that ends in `RPython Fatal error: NotImplementedError`__. -- `id(x)` is now always a positive number (expect on int/float/long/complex). +- `id(x)` is now always a positive number (except on int/float/long/complex). This fixes an issue in ``_sqlite.py`` (mostly for 32-bit Linux). - fix crashes of callback-from-C-functions (with cffi) when used together _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
