Commit a8ee94ba authored by Fred Drake's avatar Fred Drake

fix typo

parent c853f5d4
...@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1? ...@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1?
Core and builtins 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. 644. The mode is now inherited from the py file.
- Issue #2067: file.__exit__() now calls subclasses' close() method. - Issue #2067: file.__exit__() now calls subclasses' close() method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment