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 karlcow
Recipients Cal.Leeming, demian.brecht, eric.araujo, karlcow, orsenthil, r.david.murray, santoso.wijaya, sleepycal, terry.reedy
Date 2013-03-03.03:59:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362283154.76.0.259488406464.issue12455@psf.upfronthosting.co.za>
In-reply-to
Content
Are there issues related to removing the capitalize() and title() appears?

# title()

* http://hg.python.org/cpython/file/886df716cd09/Lib/urllib/request.py#l1239

# capitalize()

* http://hg.python.org/cpython/file/886df716cd09/Lib/urllib/request.py#l359
* http://hg.python.org/cpython/file/886df716cd09/Lib/urllib/request.py#l363
* http://hg.python.org/cpython/file/886df716cd09/Lib/urllib/request.py#l1206

Because the behavior is inconsistent, I would live to propose a patch removing them and be sure to be completely neutral with regards to them.
History
Date User Action Args
2013-03-03 03:59:14karlcowsetrecipients: + karlcow, terry.reedy, orsenthil, eric.araujo, r.david.murray, santoso.wijaya, sleepycal, Cal.Leeming, demian.brecht
2013-03-03 03:59:14karlcowsetmessageid: <1362283154.76.0.259488406464.issue12455@psf.upfronthosting.co.za>
2013-03-03 03:59:14karlcowlinkissue12455 messages
2013-03-03 03:59:14karlcowcreate