mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
This commit is contained in:
parent
01b34afb3a
commit
dc224f82c0
2 changed files with 3 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue