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 jjposner
Recipients bgailer, docs@python, jjposner, josh.r, lilbludot, martin.panter, terry.reedy
Date 2014-12-19.14:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419001138.18.0.93427051912.issue21279@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding Martin's patch of 12-18:

stdtypes.rst -- looks good to me

unicodeobject.c -- I suggest changing this sentence:

If a character is not in the table, the subscript operation should raise LookupError, and the character is left untouched.

 ... to:

If the subscript operation raises a LookupError, the character is left untouched.
History
Date User Action Args
2014-12-19 14:58:58jjposnersetrecipients: + jjposner, terry.reedy, bgailer, docs@python, martin.panter, josh.r, lilbludot
2014-12-19 14:58:58jjposnersetmessageid: <1419001138.18.0.93427051912.issue21279@psf.upfronthosting.co.za>
2014-12-19 14:58:58jjposnerlinkissue21279 messages
2014-12-19 14:58:58jjposnercreate