| commit | f2e499b1d760076f519b618105c112495d6f7911 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Sun Mar 16 00:37:59 1997 +0000 |
| committer | Guido van Rossum <guido@python.org> | Sun Mar 16 00:37:59 1997 +0000 |
| tree | 5e2fbcd47c5216465a1cd9a52f4aa5804ee2ed73 | |
| parent | e053c677801209c000831e8d306c01c3460f9a57 [diff] |
New long_lshift, without restriction on size of shift count, by Tim Peters. This makes it possible to write 1L<<1000000, memory permitting.