]> granicus.if.org Git - python/commit
Test more split argument combinations:
authorGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 02:22:31 +0000 (02:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 Dec 2000 02:22:31 +0000 (02:22 +0000)
commit8b264542734e8e66bfe1153dfd0e9e92e7a5d636
treea22f0f0136d36e920024e16b763c876cff3437ec
parentfb10c3f6645cab80b95e52ae76297616dcb6ec64
Test more split argument combinations:
1) multi-char separator
2) multi-char separator that only occurs at last position
3) all of the above with mixed Unicode and 8-bit-string arguments
Lib/test/test_unicode.py