diff options
| author | Victor Stinner <vstinner@wyplay.com> | 2011-10-05 12:13:28 (GMT) |
|---|---|---|
| committer | Victor Stinner <vstinner@wyplay.com> | 2011-10-05 12:13:28 (GMT) |
| commit | c80d6d20d57090016372ba6be7325b1fc0649413 (patch) | |
| tree | d28fdb1b07492ebabfc8133405d3cee32e7431f5 /Lib/test/test_urllib.py | |
| parent | ae86485517cab27d6cef96d036e870888660a144 (diff) | |
| download | cpython-c80d6d20d57090016372ba6be7325b1fc0649413.zip cpython-c80d6d20d57090016372ba6be7325b1fc0649413.tar.gz cpython-c80d6d20d57090016372ba6be7325b1fc0649413.tar.bz2 | |
Speedup str[a:b:step] for step != 1
Try to stop the scanner of the maximum character before the end using a limit
depending on the kind (e.g. 256 for PyUnicode_2BYTE_KIND).
Diffstat (limited to 'Lib/test/test_urllib.py')
0 files changed, 0 insertions, 0 deletions
