mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Issue #4014: Don't claim that Python has an Alpha release status, in addition
to claiming it is Mature.
This commit is contained in:
parent
ddbce9e845
commit
96a9f237c6
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,9 @@ Core and Builtins
|
||||||
Library
|
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
|
What's New in Python 2.6 final
|
||||||
==============================
|
==============================
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -1837,7 +1837,6 @@ yourself.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
CLASSIFIERS = """
|
CLASSIFIERS = """
|
||||||
Development Status :: 3 - Alpha
|
|
||||||
Development Status :: 6 - Mature
|
Development Status :: 6 - Mature
|
||||||
License :: OSI Approved :: Python Software Foundation License
|
License :: OSI Approved :: Python Software Foundation License
|
||||||
Natural Language :: English
|
Natural Language :: English
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue