summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-03-01 02:23:38 (GMT)
committerBarry Warsaw <barry@python.org>2008-03-01 02:23:38 (GMT)
commit52973611986054506713170a4665e763322eb4ec (patch)
treeec54c6a4b1271f4e466ab696597e9e0d5e0c7490 /Misc
parent1cc60ed214d83b1901a9e68782559c18f705ff07 (diff)
downloadcpython-52973611986054506713170a4665e763322eb4ec.zip
cpython-52973611986054506713170a4665e763322eb4ec.tar.gz
cpython-52973611986054506713170a4665e763322eb4ec.tar.bz2
Bump to version 2.6a1
Diffstat (limited to 'Misc')
-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.