From d8506df229631b34ed720bcf09df9ae9e32022d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 6 Oct 2008 15:19:21 +0000 Subject: [PATCH] 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. ........ --- Misc/NEWS | 3 +++ setup.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 5318315c3f..1c58097856 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 diff --git a/setup.py b/setup.py index c2ca98447a..50034ff671 100644 --- 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 -- 2.40.0