Issue 7590: 'exceptions' module mentioned in documentation (original) (raw)

Issue7590

Created on 2009-12-28 20:06 by july, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg96965 - (view) Author: July Tikhonov (july) * Date: 2009-12-28 20:06
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."
msg97008 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-12-29 21:25
You're right, July, that the exceptions module does not exist in Python 3.
msg97010 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-29 22:18
Thanks, should be fixed in r77121.
History
Date User Action Args
2022-04-11 14:56:55 admin set github: 51839
2009-12-29 22🔞18 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-12-29 21:25:31 brett.cannon set nosy: + brett.cannonmessages: +
2009-12-28 20:06:47 july create