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.

classification
Title: with is now a blockopener
Type: Stage:
Components: IDLE Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: jimjjewett, kbk
Priority: high Keywords: patch

Created on 2006-08-15 19:00 by jimjjewett, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
idlecodecontextwith.patch.txt jimjjewett, 2006-08-15 19:00 adds with to BLOCKOPENERS
Messages (3)
msg50893 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-08-15 19:00
idlelib/CodeContext.py keeps a list of statements that 
can start an indented block.  with should be added to 
this list in 2.5

msg50894 - (view) Author: Jim Jewett (jimjjewett) Date: 2006-08-15 19:55
Logged In: YES 
user_id=764593

Changing priority to 7, because 2.5 is the first release 
with "with", even though it still takes __future__ 
declaration.
msg50895 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-08-16 03:16
Logged In: YES 
user_id=149084

Rev 51303. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43827
2006-08-15 19:00:54jimjjewettcreate