➜

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.

作者 py.user
收信人 py.user, r.david.murray
日期 2011-06-06.00:18:57
SpamBayes Score 4.315518e-05
Marked as misclassified 否
Message-id <1307319538.49.0.391665921325.issue12266@psf.upfronthosting.co.za>
In-reply-to
内容
in http://bugs.python.org/issue12204
Marc-Andre Lemburg wrote:
I suggest to close this ticket as invalid or to add a note
to the documentation explaining how the mapping is applied
(and when not).

this problem is another
str.capitalize makes the first character big, but it doesn't make the rest small
clearing documentation is not enough

lowering works
>>> '\u1ffc'
'ῼ'
>>> '\u1ffc'.lower()
'ῳ'
>>>
历史
日期 用户 动作 参数
2011-06-06 00:18:58py.user修改recipients: + py.user, r.david.murray
2011-06-06 00:18:58py.user修改messageid: <1307319538.49.0.391665921325.issue12266@psf.upfronthosting.co.za>
2011-06-06 00:18:57py.user链接issue12266 messages
2011-06-06 00:18:57py.user创建