From: Martin v. Löwis Date: Mon, 6 Oct 2008 15:15:40 +0000 (+0000) Subject: Issue #4014: Don't claim that Python has an Alpha release status, in addition X-Git-Tag: v2.7a1~2765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a9f237c64c8c816b4c86b49cbadc3de6431fb2;p=thirdparty%2FPython%2Fcpython.git Issue #4014: Don't claim that Python has an Alpha release status, in addition to claiming it is Mature. --- diff --git a/Misc/NEWS b/Misc/NEWS index e5d24b229ef3..ed3c3d02c707 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #4014: Don't claim that Python has an Alpha release status, in addition + to claiming it is Mature. + What's New in Python 2.6 final ============================== diff --git a/setup.py b/setup.py index a43b94ea35a9..da10fdfa8e60 100644 --- a/setup.py +++ b/setup.py @@ -1837,7 +1837,6 @@ yourself. """ CLASSIFIERS = """ -Development Status :: 3 - Alpha Development Status :: 6 - Mature License :: OSI Approved :: Python Software Foundation License Natural Language :: English