mirror of
https://github.com/python/cpython.git
synced 2025-09-03 23:41:18 +00:00
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. ........
This commit is contained in:
parent
e1cb87ec36
commit
d8506df229
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
1
setup.py
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue