]> granicus.if.org Git - python/commit
Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 9 Apr 2013 20:39:24 +0000 (22:39 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 9 Apr 2013 20:39:24 +0000 (22:39 +0200)
commitcc7af7219217f247775b9079f75713399f2f0f28
tree575bc8eacb29a1ea94886e43c2e1b1a1621a6e4f
parentf50a4e9bc940e701feb142c35a267c90fc1fff8e
Write super-fast version of str.strip(), str.lstrip() and str.rstrip() for pure ASCII
Objects/unicodeobject.c