]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21118: Add unit test for invalid character replacement (code point higher...
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Apr 2014 09:56:37 +0000 (11:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Apr 2014 09:56:37 +0000 (11:56 +0200)
commit4ff33af2574aa09bc8926c0deb116c886cb745d1
tree6e0569571539ed8db712fc7da72fe84ecdcab088
parent89a76abf20889551ec1ed64dee1a4161a435db5b
Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff)
Lib/test/test_unicode.py
Objects/unicodeobject.c