summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-08-15 06:09:57 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-08-15 06:09:57 (GMT)
commitee8d998ecfd7d7fec71610adef1127d6d95ca843 (patch)
treefccf446fb7b8ea7aa044e321c367ccd85fa9d94d /Misc
parent388c945e9735864bb75f10ecfa22528c91b6a56c (diff)
downloadcpython-ee8d998ecfd7d7fec71610adef1127d6d95ca843.zip
cpython-ee8d998ecfd7d7fec71610adef1127d6d95ca843.tar.gz
cpython-ee8d998ecfd7d7fec71610adef1127d6d95ca843.tar.bz2
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 328ec61..cbede91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
Python News
+++++++++++
+What's New in Python 3.2.3?
+===========================
+
+*Release date: XX-XXX-2011*
+
+Core and Builtins
+-----------------
+
+- Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase
+ titlecased and cased non-letter characters.
+
+
What's New in Python 3.2.2?
===========================