Undo Barry's change. This file is not imported, it's fed as input to

the tokenize module by test_tokenize.py.  The FutureWarnings only
appeared during installation, and I've figured out a way to suppress
those in a different way.
This commit is contained in:
Guido van Rossum 2002-08-29 15:10:30 +00:00
parent a29eafa614
commit fc26c0730c
2 changed files with 15 additions and 15 deletions

View file

@ -39,9 +39,9 @@ x = 0
0xff <> 255
0377 <> 255
2147483647 != 017777777777
-2147483647-1 != 020000000000L
037777777777L != -1
0xffffffffL != -1
-2147483647-1 != 020000000000
037777777777 != -1
0xffffffff != -1
# Long integers
x = 0L