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 takluyver
Recipients amaury.forgeotdarc, eric.araujo, giampaolo.rodola, jafo, loewis, takluyver, tarek
Date 2014-03-07.22:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394232608.35.0.453576997026.issue4931@psf.upfronthosting.co.za>
In-reply-to
Content
Any chance of getting this patch applied? It clearly makes the error message more useful, and we've run into another case where grok_environment_error gives the wrong result: when symlinking fails because the target exists, it now says "File exists: <source>", because e.filename is the source and e.filename2 the target.

It's also rather embarassing that a function in Python 3.4 still says "Handles Python 1.5.1 and 1.5.2 styles..." in the docstring.
History
Date User Action Args
2014-03-07 22:50:08takluyversetrecipients: + takluyver, loewis, jafo, amaury.forgeotdarc, giampaolo.rodola, tarek, eric.araujo
2014-03-07 22:50:08takluyversetmessageid: <1394232608.35.0.453576997026.issue4931@psf.upfronthosting.co.za>
2014-03-07 22:50:08takluyverlinkissue4931 messages
2014-03-07 22:50:07takluyvercreate