[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread Irit Katriel


Irit Katriel  added the comment:

Thank you @a3nm, @kinshukdua2 and @martin.panter.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington


miss-islington  added the comment:


New changeset 2572c670d42887e4b1d2475b8da2e9bf6e0aa558 by Miss Islington (bot) 
in branch '3.10':
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. 
Improve tests for context in nested except handlers.  (GH-29236) (GH-30953)
https://github.com/python/cpython/commit/2572c670d42887e4b1d2475b8da2e9bf6e0aa558


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington


miss-islington  added the comment:


New changeset 1440dd343871645c187028916dd6ee97300d2557 by Miss Islington (bot) 
in branch '3.9':
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. 
Improve tests for context in nested except handlers.  (GH-29236)
https://github.com/python/cpython/commit/1440dd343871645c187028916dd6ee97300d2557


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread Irit Katriel


Irit Katriel  added the comment:


New changeset 08c0ed2d9c0d01ad1a5adc0787bc75e4e90cbb85 by Kinshuk Dua in branch 
'main':
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. 
Improve tests for context in nested except handlers.  (GH-29236)
https://github.com/python/cpython/commit/08c0ed2d9c0d01ad1a5adc0787bc75e4e90cbb85


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington


Change by miss-islington :


--
pull_requests: +29133
pull_request: https://github.com/python/cpython/pull/30954

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-27 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 9.0 -> 10.0
pull_requests: +29132
pull_request: https://github.com/python/cpython/pull/30953

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-26 Thread Kinshuk Dua


Kinshuk Dua  added the comment:

@iritkatriel I thought the PR won't be reviewed after being marked as stale 
that's why I closed it. I've reopened it and I'm interested in finishing it.

--
nosy: +kinshukdua2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2022-01-25 Thread Irit Katriel


Irit Katriel  added the comment:

@kinshukdua - can you explain why you closed the PR and whether you are 
interested in reopening it and finishing this?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2021-10-27 Thread Kinshuk Dua


Change by Kinshuk Dua :


--
keywords: +patch
nosy: +kinshukdua
nosy_count: 7.0 -> 8.0
pull_requests: +27499
pull_request: https://github.com/python/cpython/pull/29236

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23556] [doc] Scope for raise without argument is different in Python 2 and 3

2021-10-25 Thread Irit Katriel


Irit Katriel  added the comment:

Martin's patch needs to be converted to a GitHub PR and then reviewed.

--
keywords: +easy -patch
nosy: +iritkatriel
title: Scope for raise without argument is different in Python 2 and 3 -> [doc] 
Scope for raise without argument is different in Python 2 and 3
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 
3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com