Kaydet (Commit) 6071cc8f authored tarafından Brett Cannon's avatar Brett Cannon

Deprecate stringold for removal in 3.0.

üst bfb997d6
...@@ -18,6 +18,9 @@ hexdigits -- a string containing all characters considered hexadecimal digits ...@@ -18,6 +18,9 @@ hexdigits -- a string containing all characters considered hexadecimal digits
octdigits -- a string containing all characters considered octal digits octdigits -- a string containing all characters considered octal digits
""" """
from warnings import warnpy3k
warnpy3k("the stringold module has been removed in Python 3.0", stacklevel=2)
del warnpy3k
# Some strings for ctype-style character classification # Some strings for ctype-style character classification
whitespace = ' \t\n\r\v\f' whitespace = ' \t\n\r\v\f'
......
...@@ -18,7 +18,9 @@ Extension Modules ...@@ -18,7 +18,9 @@ Extension Modules
Library Library
------- -------
- The mutex module has bene deprecated for removal in Python 3.0. - The stringold module has been deprecated for removal in Python 3.0.
- The mutex module has been deprecated for removal in Python 3.0.
- The imputil module has been deprecated for removal in Python 3.0. - The imputil module has been deprecated for removal in Python 3.0.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment