[issue6528] builtins colored as keyword at beginning of line

2012-01-16 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 2d4ce2cdd6d4 by Terry Jan Reedy in branch '3.2': #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. http://hg.python.org/cpython/rev/2d4ce2cdd6d4 New changeset 522f07bfa067 by Terry Jan Reedy in

[issue6528] builtins colored as keyword at beginning of line

2012-01-16 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I just realized that there is 'another' reason not to reuse builtin names (other than those usually given): they will be colorized as builtins even if they have no relation to the builtin. Make_pat uses the function any() defined just above

[issue6528] builtins colored as keyword at beginning of line

2012-01-16 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- assignee: - terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6528 ___ ___

[issue6528] builtins colored as keyword at beginning of line

2012-01-15 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +terry.reedy priority: low - normal stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6528 ___

[issue6528] builtins colored as keyword at beginning of line

2011-12-21 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: The attached patch excludes keywords from the builtin list and corrects the highlighting configuration panel. -- keywords: +patch nosy: +serwy versions: +Python 3.2, Python 3.3 -Python 3.1 Added file:

[issue6528] builtins colored as keyword at beginning of line

2009-07-21 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: In Python 3, True, False and None are keywords, so the orange should be correct. It should be orange also when you do foo = True though. -- nosy: +ezio.melotti ___ Python tracker

[issue6528] builtins colored as keyword at beginning of line

2009-07-20 Thread Freiddie
New submission from Freiddie fei.yua...@gmail.com: I noticed in that whenever I enter None at the beginning of the line in IDLE 3.1, the word is colored orange (for keywords) rather than purple. If I insert a space right before the None, it returns to its normal purple color (for builtins), so

[issue6528] builtins colored as keyword at beginning of line

2009-07-20 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +gpolo priority: - low ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6528 ___ ___