diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Issue #2051: pyc and pyo files are not longer created with permission 644. The + mode is now inherited from the py file. + - Issue #2067: file.__exit__() now calls subclasses' close() method. - Patch #1759: Backport of PEP 3129 class decorators. |