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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, ygingras
Date 2010-05-28.12:06:10
SpamBayes Score 0.074063726
Marked as misclassified No
Message-id <1275048372.25.0.526805611833.issue2920@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like the "import errno" while printing an exception...
It would be much more robust to store errorcode_dict in a static variable when python starts, and reuse it directly.
History
Date User Action Args
2010-05-28 12:06:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, belopolsky, alexandre.vassalotti, ygingras
2010-05-28 12:06:12amaury.forgeotdarcsetmessageid: <1275048372.25.0.526805611833.issue2920@psf.upfronthosting.co.za>
2010-05-28 12:06:10amaury.forgeotdarclinkissue2920 messages
2010-05-28 12:06:10amaury.forgeotdarccreate