[issue3078] tokenize.py improvements

2008-06-17 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Sorry, I don't see any value in this kind of patch. The line "contline = += line" is broken. The "+=" transformations and else-clause eliminations trivially re-arrange code without any real savings. The "while 1" to "while True" transf

[issue3078] tokenize.py improvements

2008-06-17 Thread Aristotelis Mikropoulos
Aristotelis Mikropoulos <[EMAIL PROTECTED]> added the comment: So, will this patch be applied? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Pyt

[issue3078] tokenize.py improvements

2008-06-11 Thread Aristotelis Mikropoulos
New submission from Aristotelis Mikropoulos <[EMAIL PROTECTED]>: Various tokenize.py performance boosts and code clarifications. -- components: Library (Lib) files: tokenize.py.patch keywords: patch messages: 67965 nosy: Indy severity: normal status: open title: tokenize.py improvements