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 eric.araujo
Recipients eric.araujo, eric.smith, ezio.melotti, giampaolo.rodola, gregory.p.smith, ncoghlan, neologix, petri.lehtinen, pitrou, r.david.murray, sandro.tosi, vstinner
Date 2011-08-08.14:46:35
SpamBayes Score 1.6002981e-05
Marked as misclassified No
Message-id <1312814796.13.0.341517765961.issue12191@psf.upfronthosting.co.za>
In-reply-to
Content
LookupError sounds good.  About the latest patch: I wonder if using !a instead of !r in the format strings for exceptions would be more helpful (maybe you’ve seen a recent python-dev subthread about that).  I don’t like seeing escapes for perfectly common characters like ß or é, but OTOH escapes help disambiguating different characters that look the same.  Apart from these two points, this is good to go.

A doc addition for LookupError would be an independent changeset; it has nothing to do with adding shutil.chown.
History
Date User Action Args
2011-08-08 14:46:36eric.araujosetrecipients: + eric.araujo, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, ezio.melotti, r.david.murray, sandro.tosi, neologix, petri.lehtinen
2011-08-08 14:46:36eric.araujosetmessageid: <1312814796.13.0.341517765961.issue12191@psf.upfronthosting.co.za>
2011-08-08 14:46:35eric.araujolinkissue12191 messages
2011-08-08 14:46:35eric.araujocreate