Victor Stinner 684d5fd420 Fix PyUnicode_Substring() for start >= length and start > end
Remove the fast-path for 1-character string: unicode_fromascii() and
_PyUnicode_FromUCS*() now have their own fast-path for 1-character strings.
2012-05-03 02:32:34 +02:00
..
2012-05-01 09:51:46 -04:00
2012-03-15 15:37:54 -05:00
2012-02-15 02:52:58 +01:00
2012-02-20 22:24:29 -05:00