summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4162b4c..0b360611 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@ 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 #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.