]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 66814 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 6 Oct 2008 15:19:21 +0000 (15:19 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 6 Oct 2008 15:19:21 +0000 (15:19 +0000)
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.
........

Misc/NEWS
setup.py

index 5318315c3ff39dfa7f780be80242b66f0f642668..1c580978563990732f3f7a59a19872045f6592e8 100644 (file)
--- 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
index c2ca98447a5b64fccfe4fa5bd4dc08e0f4605f3b..50034ff6711d2ed9b1dda1be21acd0e7185447c7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1489,7 +1489,6 @@ yourself.
 """
 
 CLASSIFIERS = """
-Development Status :: 3 - Alpha
 Development Status :: 6 - Mature
 License :: OSI Approved :: Python Software Foundation License
 Natural Language :: English