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 therve
Recipients therve
Date 2008-02-14.14:57:49
SpamBayes Score 0.0011077536
Marked as misclassified No
Message-id <1203001070.89.0.819333878266.issue2112@psf.upfronthosting.co.za>
In-reply-to
Content
mmap.error in mmapmodule is a direct reference to
PyExc_EnvironmentError, whereas it should be a subclass. It makes it
provide a specific string representation, and allows to be more specific
when catching exceptions.

The attached patch tries to provide that.
History
Date User Action Args
2008-02-14 14:57:51thervesetspambayes_score: 0.00110775 -> 0.0011077536
recipients: + therve
2008-02-14 14:57:50thervesetspambayes_score: 0.00110775 -> 0.00110775
messageid: <1203001070.89.0.819333878266.issue2112@psf.upfronthosting.co.za>
2008-02-14 14:57:50thervelinkissue2112 messages
2008-02-14 14:57:49thervecreate