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

try statement in language reference not updated for v2.6 #48333

Closed
davipo mannequin opened this issue Oct 9, 2008 · 2 comments
Closed

try statement in language reference not updated for v2.6 #48333

davipo mannequin opened this issue Oct 9, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@davipo
Copy link
Mannequin

davipo mannequin commented Oct 9, 2008

BPO 4083
Nosy @birkenfeld

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 2008-10-16.21:38:59.454>
created_at = <Date 2008-10-09.07:40:32.700>
labels = ['type-bug', 'docs']
title = 'try statement in language reference not updated for v2.6'
updated_at = <Date 2008-10-16.21:38:59.453>
user = 'https://bugs.python.org/davipo'

bugs.python.org fields:

activity = <Date 2008-10-16.21:38:59.453>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-10-16.21:38:59.454>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-10-09.07:40:32.700>
creator = 'davipo'
dependencies = []
files = []
hgrepos = []
issue_num = 4083
keywords = []
message_count = 2.0
messages = ['74556', '74869']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'davipo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue4083'
versions = ['Python 2.6']

@davipo
Copy link
Mannequin Author

davipo mannequin commented Oct 9, 2008

Language Reference for the try statement does not show changes for v2.6,
specifically the "PEP-3110: Exception-Handling Changes". At least, the
grammar should include the "except ... as" syntax.

http://docs.python.org/reference/compound_stmts.html#try
http://docs.python.org/whatsnew/2.6.html#pep-3110-exception-handling-
changes
http://www.python.org/dev/peps/pep-3110/#compatibility

@davipo davipo mannequin assigned birkenfeld Oct 9, 2008
@davipo davipo mannequin added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Oct 9, 2008
@birkenfeld
Copy link
Member

Thanks, fixed in r66940.

@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

1 participant