From a8ee94ba1cdef419b8c54b316c822e65d1c93a9d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 1 Mar 2008 02:45:07 +0000 Subject: fix typo --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0b360611..efe9d3b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- cgit v0.12