Message160501
This seems to have been fixed as of 3.2.3 (as shipped with Ubuntu Precise):
Python 3.2.3 (default, Apr 12 2012, 19:08:59)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> slice(0,90000,None).indices(12600000000)
(0, 90000, 1)
Current tip works fine too:
Python 3.3.0a3+ (default:b32baa5b7626+, May 10 2012, 14:56:20)
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> slice(0,90000,None).indices(12600000000)
(0, 90000, 1)
I'd close this bug unless I'm missing something? |
|
Date |
User |
Action |
Args |
2012-05-12 22:57:56 | hynek | set | recipients:
+ hynek, Paul.Upchurch |
2012-05-12 22:57:56 | hynek | set | messageid: <1336863476.44.0.603161426332.issue14794@psf.upfronthosting.co.za> |
2012-05-12 22:57:55 | hynek | link | issue14794 messages |
2012-05-12 22:57:55 | hynek | create | |
|