From: Ezio Melotti Date: Mon, 15 Aug 2011 06:26:28 +0000 (+0300) Subject: #12266: merge with 3.2. X-Git-Tag: v3.3.0a1~1694 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=269e3ee3db73bcef5465b36a24b9b774dd8923ec;p=thirdparty%2FPython%2Fcpython.git #12266: merge with 3.2. --- 269e3ee3db73bcef5465b36a24b9b774dd8923ec diff --cc Misc/NEWS index 453529dbae98,cbede912fc65..038dc9066872 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,6 -10,18 +10,9 @@@ What's New in Python 3.3 Alpha 1 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? -=========================== - -*Release date: XX-XXX-2011* - -Core and Builtins ------------------ - - Issue #12732: In narrow unicode builds, allow Unicode identifiers which fall outside the BMP.