CVS: 'python/dist/src/Objects longobject.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Sat, 15 Mar 1997 16:38:01 -0800


Update of /projects/cvsroot/python/dist/src/Objects
In directory monty:/usr/people/guido/python/src/Objects

Modified Files:
	longobject.c 
Log Message:
New long_lshift, without restriction on size of shift count, by Tim Peters.
This makes it possible to write 1L<<1000000, memory permitting.

--Guido van Rossum (home page: http://www.python.org/~guido/)