#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.

This commit is contained in:
Terry Jan Reedy 2012-01-16 03:20:27 -05:00
parent 01b34afb3a
commit dc224f82c0
2 changed files with 3 additions and 2 deletions

View file

@ -199,7 +199,7 @@ class ConfigDialog(Toplevel):
("'string'",'string'),('\n var1 = ','normal'),("'selected'",'hilite'),
('\n var2 = ','normal'),("'found'",'hit'),
('\n var3 = ','normal'),('list', 'builtin'), ('(','normal'),
('None', 'builtin'),(')\n\n','normal'),
('None', 'keyword'),(')\n\n','normal'),
(' error ','error'),(' ','normal'),('cursor |','cursor'),
('\n ','normal'),('shell','console'),(' ','normal'),('stdout','stdout'),
(' ','normal'),('stderr','stderr'),('\n','normal'))