]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:09:44 +0000 (02:09 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:09:44 +0000 (02:09 +0200)
commit5f9a995ad7cf5d1ec7ceb25c4de66a2f1d491ee4
tree9d01811b78e4aff249057408e249658a43350d06
parent7d8c8a095a19ea63a313c6b937bc2bbcbc7fd6f9
parente975af62f2a5f45307738dbd5220e8590c10f4a4
(merge 3.2) Issue #12451: pydoc: importfile() now opens the Python script in
binary mode, instead of text mode using the locale encoding, to avoid encoding
issues.
Lib/pydoc.py
Misc/NEWS