summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-10-06 15:19:21 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-10-06 15:19:21 (GMT)
commitd8506df229631b34ed720bcf09df9ae9e32022d5 (patch)
treedf2c4fcd080a1667bd73ae1301e95d98732b2732 /Misc
parente1cb87ec36134d3dcffb4d01ea1fac6a02d7fd77 (diff)
downloadcpython-d8506df229631b34ed720bcf09df9ae9e32022d5.zip
cpython-d8506df229631b34ed720bcf09df9ae9e32022d5.tar.gz
cpython-d8506df229631b34ed720bcf09df9ae9e32022d5.tar.bz2
Merged revisions 66814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66814 | martin.v.loewis | 2008-10-06 17:15:40 +0200 (Mo, 06 Okt 2008) | 3 lines Issue #4014: Don't claim that Python has an Alpha release status, in addition to claiming it is Mature. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5318315..1c58097 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #4014: Don't claim that Python has an Alpha release status, in addition
+ to claiming it is Mature.
+
- Issue #3187: Add sys.setfilesystemencoding.
- Issue #3187: Better support for "undecodable" filenames. Code by Victor