summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-04-26 00:53:18 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-04-26 00:53:18 (GMT)
commit99f277933e172cd035f049f2de4a9033f43a55dc (patch)
tree9cce0c07dc3c71e2d0e6dfb888690c0fc51f2c14 /Misc
parent068f06568be288b8628a4e24118503e4d9b7af1b (diff)
downloadcpython-99f277933e172cd035f049f2de4a9033f43a55dc.zip
cpython-99f277933e172cd035f049f2de4a9033f43a55dc.tar.gz
cpython-99f277933e172cd035f049f2de4a9033f43a55dc.tar.bz2
Issue #4971: Fix titlecase for characters that are their own
titlecase, but not their own uppercase.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b211512..7c705f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4971: Fix titlecase for characters that are their own
+ titlecase, but not their own uppercase.
+
- Issue #5835: Deprecate PyOS_ascii_formatd and replace it with
_PyOS_double_to_string or PyOS_double_to_string.