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 pitrou
Recipients aegis, christian.heimes, pitrou
Date 2007-12-02.13:10:14
SpamBayes Score 0.06466179
Marked as misclassified No
Message-id <1196601014.29.0.94517687709.issue1537@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this change is necessary. Why don't you catch StandardError
instead of Exception? StandardError catches all Exception subtypes
except GeneratorExit, StopIteration and the various Warnings.
History
Date User Action Args
2007-12-02 13:10:14pitrousetspambayes_score: 0.0646618 -> 0.06466179
recipients: + pitrou, aegis, christian.heimes
2007-12-02 13:10:14pitrousetspambayes_score: 0.0646618 -> 0.0646618
messageid: <1196601014.29.0.94517687709.issue1537@psf.upfronthosting.co.za>
2007-12-02 13:10:14pitroulinkissue1537 messages
2007-12-02 13:10:14pitroucreate