[Python-checkins] python/dist/src/Lib/test tokenize_tests.py,1.4,1.5

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 29 Aug 2002 08:09:36 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv10039

Modified Files:
	tokenize_tests.py 
Log Message:
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.


Index: tokenize_tests.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/tokenize_tests.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tokenize_tests.py	28 Aug 2002 16:36:11 -0000	1.4
--- tokenize_tests.py	29 Aug 2002 15:09:34 -0000	1.5
***************
*** 40,46 ****
  0377 <> 255
  2147483647   != 017777777777
! -2147483647-1 != 020000000000L
! 037777777777L != -1
! 0xffffffffL != -1
  
  # Long integers
--- 40,46 ----
  0377 <> 255
  2147483647   != 017777777777
! -2147483647-1 != 020000000000
! 037777777777 != -1
! 0xffffffff != -1
  
  # Long integers