]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#12266: merge with 3.2.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 15 Aug 2011 06:26:28 +0000 (09:26 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 15 Aug 2011 06:26:28 +0000 (09:26 +0300)
1  2 
Misc/NEWS
Objects/unicodeobject.c

diff --cc Misc/NEWS
index 453529dbae987227f32b1271e5e9e9e5b94caaff,cbede912fc65d5266758cd076938bde603a64081..038dc9066872732f4e750ccb3fcd60800321dffe
+++ b/Misc/NEWS
@@@ -10,6 -10,18 +10,9 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
 -
 -What's New in Python 3.2.2?
 -===========================
 -
 -*Release date: XX-XXX-2011*
 -
 -Core and Builtins
 ------------------
 -
+ - Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase
+   titlecased and cased non-letter characters.
  - Issue #12732: In narrow unicode builds, allow Unicode identifiers which fall
    outside the BMP.
  
Simple merge