Add none check for unicode slicing, remove duplicate code, add test for non-ascii...
authorzaur <aintellimath@gmail.com>
Tue, 19 Feb 2013 09:48:20 +0000 (12:48 +0300)
committerzaur <aintellimath@gmail.com>
Tue, 19 Feb 2013 10:13:59 +0000 (13:13 +0300)
commitc666fe526a645cbc3a53c83d11e962b7d6e1a16a
tree2fdd2728f7a0a1ece667ab9f2b1c1cae172a4912
parentfa2620f9cf303975649a73e0081a3818dad3b0aa
Add none check for unicode slicing, remove duplicate code, add test for non-ascii unicode strings and None
Cython/Compiler/ExprNodes.py
tests/run/slice_charptr.pyx
tests/run/unicode_slicing.pyx