mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix a comment
This commit is contained in:
parent
a02b7a8f6d
commit
7ba256f039
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from __future__ import division
|
|||
from cStringIO import StringIO
|
||||
from types import StringTypes
|
||||
|
||||
# Python 2.2.x where x < 2 lacks True/False
|
||||
# Python 2.2.x where x < 1 lacks True/False
|
||||
try:
|
||||
True, False
|
||||
except NameError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue