]> granicus.if.org Git - python/commit
Issue #12451: pydoc: importfile() now opens the Python script in binary mode,
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:08:50 +0000 (02:08 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:08:50 +0000 (02:08 +0200)
commite975af62f2a5f45307738dbd5220e8590c10f4a4
tree0935172a2f824f61f7966dc9e73fff73673b4649
parent6c471029821677e893a203a0127777735ff526c7
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