commit | cc32a11976364cccb91cd5554c299424d4d0f92f | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Sun Apr 26 21:35:14 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Sun Apr 26 21:35:14 2009 +0000 |
tree | 46808592e1780353b7c1fa389a6ba3dbd285929b | |
parent | 886b40aa8f9036d6b877f77f3c63abbc9653e50d [diff] [blame] |
Issue #5835: Deprecate PyOS_ascii_formatd.
diff --git a/Misc/NEWS b/Misc/NEWS index 8d98720..2240c62 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.