diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-04-26 01:02:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-04-26 01:02:07 (GMT) |
commit | 71efeb7cbf9645815f6bc565dee1f0787359356a (patch) | |
tree | 6ad043ac6b5d77cb964ef17c1c88181f66bff195 /Misc | |
parent | 7442bd9cdb5b169db90a1108132e79b14e9d41cd (diff) | |
download | cpython-71efeb7cbf9645815f6bc565dee1f0787359356a.zip cpython-71efeb7cbf9645815f6bc565dee1f0787359356a.tar.gz cpython-71efeb7cbf9645815f6bc565dee1f0787359356a.tar.bz2 |
Merged revisions 71947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71947 | martin.v.loewis | 2009-04-26 02:53:18 +0200 (So, 26 Apr 2009) | 3 lines
Issue #4971: Fix titlecase for characters that are their own
titlecase, but not their own uppercase.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.1 beta 1? Core and Builtins ----------------- +- Issue #4971: Fix titlecase for characters that are their own + titlecase, but not their own uppercase. + - Issue #5283: Setting __class__ in __del__ caused a segfault. - Issue #5816: complex(repr(z)) now recovers z exactly, even when |