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 09:48:20 +0000 (12:48 +0300)
commit2869cc7d2b9cd0e87a040382e61677f78b848aae
treee6e8db35163eb72acb8073dc7dc55da8a6a21ebd
parentb56859e3d192c091f2e687d1b976bfbaa8ff8432
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