]> granicus.if.org Git - python/commit
Python 2 can encode/decode surrogates to utf-8. Add a test for this.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 28 Feb 2011 01:42:29 +0000 (01:42 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 28 Feb 2011 01:42:29 +0000 (01:42 +0000)
commit370d85cee417e24447e28f00b36716c7479f343c
tree52039f0f2cb2be9010531c726d0241df214ff079
parent8ef390704456d41967e9fa984995a81f53c062fd
Python 2 can encode/decode surrogates to utf-8. Add a test for this.
Lib/test/test_unicode.py