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 orivej
Recipients orivej
Date 2008-01-28.14:40:56
SpamBayes Score 0.01683879
Marked as misclassified No
Message-id <1201531258.39.0.0196498727995.issue1956@psf.upfronthosting.co.za>
In-reply-to
Content
"except OSError, e:"
(appears twice) should be changed to
"except OSError as e:"
History
Date User Action Args
2008-01-28 14:40:58orivejsetspambayes_score: 0.0168388 -> 0.01683879
recipients: + orivej
2008-01-28 14:40:58orivejsetspambayes_score: 0.0168388 -> 0.0168388
messageid: <1201531258.39.0.0196498727995.issue1956@psf.upfronthosting.co.za>
2008-01-28 14:40:57orivejlinkissue1956 messages
2008-01-28 14:40:56orivejcreate