Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'exceptions' module mentioned in documentation #51839

Closed
tifv mannequin opened this issue Dec 28, 2009 · 3 comments
Closed

'exceptions' module mentioned in documentation #51839

tifv mannequin opened this issue Dec 28, 2009 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@tifv
Copy link
Mannequin

tifv mannequin commented Dec 28, 2009

BPO 7590
Nosy @brettcannon, @birkenfeld, @tifv

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-12-29.22:18:18.840>
created_at = <Date 2009-12-28.20:06:47.805>
labels = ['type-bug', 'docs']
title = "'exceptions' module mentioned in documentation"
updated_at = <Date 2009-12-29.22:18:18.838>
user = 'https://github.com/tifv'

bugs.python.org fields:

activity = <Date 2009-12-29.22:18:18.838>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-12-29.22:18:18.840>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2009-12-28.20:06:47.805>
creator = 'july'
dependencies = []
files = []
hgrepos = []
issue_num = 7590
keywords = []
message_count = 3.0
messages = ['96965', '97008', '97010']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'georg.brandl', 'july']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue7590'
versions = ['3rd party']

@tifv
Copy link
Mannequin Author

tifv mannequin commented Dec 28, 2009

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."

@tifv tifv mannequin assigned birkenfeld Dec 28, 2009
@tifv tifv mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Dec 28, 2009
@brettcannon
Copy link
Member

You're right, July, that the exceptions module does not exist in Python 3.

@birkenfeld
Copy link
Member

Thanks, should be fixed in r77121.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants