Issue 1540851: with is now a blockopener (original) (raw)

Issue1540851

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:19 admin set github: 43827
2006-08-15 19:00:54 jimjjewett create