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 july
Recipients georg.brandl, july
Date 2009-12-28.20:06:47
SpamBayes Score 0.00071336026
Marked as misclassified No
Message-id <1262030809.1.0.0623559052096.issue7590@psf.upfronthosting.co.za>
In-reply-to
Content
As I can see, 'exceptions' module does not exist in py3k.

But it is mentioned in documentation
http://docs.python.org/dev/py3k/library/exceptions.html
"The exceptions are defined in the module exceptions. This module never 
needs to be imported explicitly: the exceptions are provided in the 
built-in namespace as well as the exceptions module."
History
Date User Action Args
2009-12-28 20:06:49julysetrecipients: + july, georg.brandl
2009-12-28 20:06:49julysetmessageid: <1262030809.1.0.0623559052096.issue7590@psf.upfronthosting.co.za>
2009-12-28 20:06:47julylinkissue7590 messages
2009-12-28 20:06:47julycreate