mirror of https://github.com/python/cpython.git
Add a note to this file that it might be out of date and need some care.
This commit is contained in:
parent
a18af4e7a2
commit
846f1ee390
|
@ -1,4 +1,6 @@
|
|||
from __future__ import with_statement
|
||||
# XXX(nnorwitz): what versions of python is this file supposed to work with?
|
||||
# It uses the old print statement not in py3k.
|
||||
|
||||
import keyword
|
||||
import exceptions
|
||||
|
|
Loading…
Reference in New Issue