]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the way the encoding parameter is handled.
authorGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 03:53:53 +0000 (03:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Aug 2007 03:53:53 +0000 (03:53 +0000)
commit1b81e7bea562b6fc9df0a9e99f51b2b4c351ec34
treee524e99df43050f49b5100d84e72979a811c070d
parenta1c42a92dbe147a1157e840d27adeb373c544044
Change the way the encoding parameter is handled.
This fixes test_doctest with strict bytes/str.
Lib/doctest.py