This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients belopolsky, docs@python, eric.araujo, ezio.melotti, lemburg, py.user, python-dev
Date 2011-08-15.11:29:02
SpamBayes Score 0.00029624967
Marked as misclassified No
Message-id <E1QsvLp-0003ry-OW@dinsdale.python.org>
In-reply-to
Content
New changeset 16edc5cf4a79 by Ezio Melotti in branch '3.2':
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
http://hg.python.org/cpython/rev/16edc5cf4a79

New changeset fb49394f75ed by Ezio Melotti in branch '2.7':
#12204: document that str.upper().isupper() might be False and add a note about cased characters.
http://hg.python.org/cpython/rev/fb49394f75ed

New changeset c821e3a54930 by Ezio Melotti in branch 'default':
#12204: merge with 3.2.
http://hg.python.org/cpython/rev/c821e3a54930
History
Date User Action Args
2011-08-15 11:29:03python-devsetrecipients: + python-dev, lemburg, belopolsky, ezio.melotti, eric.araujo, docs@python, py.user
2011-08-15 11:29:02python-devlinkissue12204 messages
2011-08-15 11:29:02python-devcreate