diff options
author | Eric Smith <eric@trueblade.com> | 2009-04-26 21:35:14 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-04-26 21:35:14 (GMT) |
commit | cc32a11976364cccb91cd5554c299424d4d0f92f (patch) | |
tree | 46808592e1780353b7c1fa389a6ba3dbd285929b /Misc | |
parent | 886b40aa8f9036d6b877f77f3c63abbc9653e50d (diff) | |
download | cpython-cc32a11976364cccb91cd5554c299424d4d0f92f.zip cpython-cc32a11976364cccb91cd5554c299424d4d0f92f.tar.gz cpython-cc32a11976364cccb91cd5554c299424d4d0f92f.tar.bz2 |
Issue #5835: Deprecate PyOS_ascii_formatd.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.1 beta 1? Core and Builtins ----------------- +- Issue #5835: Deprecate PyOS_ascii_formatd. + - Issue #4971: Fix titlecase for characters that are their own titlecase, but not their own uppercase. |