diff options
author | Fred Drake <fdrake@acm.org> | 2008-03-01 02:45:07 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2008-03-01 02:45:07 +0000 |
commit | a8ee94ba1cdef419b8c54b316c822e65d1c93a9d (patch) | |
tree | 2e1a8b48eae2c9b1852e01d24306471b35247385 | |
parent | c853f5d4dc53c7c5b89d029b7fc01ac059be4a69 (diff) | |
download | cpython-git-a8ee94ba1cdef419b8c54b316c822e65d1c93a9d.tar.gz |
fix typo
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- -- Issue #2051: pyc and pyo files are not longer created with permission +- Issue #2051: pyc and pyo files are no longer created with permission 644. The mode is now inherited from the py file. - Issue #2067: file.__exit__() now calls subclasses' close() method. |