Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8506df

Browse files
committed
Merged revisions 66814 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent e1cb87e commit d8506df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Core and Builtins
2525
Library
2626
-------
2727

28+
- Issue #4014: Don't claim that Python has an Alpha release status, in addition
29+
to claiming it is Mature.
30+
2831
- Issue #3187: Add sys.setfilesystemencoding.
2932

3033
- Issue #3187: Better support for "undecodable" filenames. Code by Victor

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,6 @@ def is_chmod_supported(self):
14891489
"""
14901490

14911491
CLASSIFIERS = """
1492-
Development Status :: 3 - Alpha
14931492
Development Status :: 6 - Mature
14941493
License :: OSI Approved :: Python Software Foundation License
14951494
Natural Language :: English

0 commit comments

Comments
 (0)