commit | e975af62f2a5f45307738dbd5220e8590c10f4a4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 02:08:50 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 02:08:50 2011 +0200 |
tree | 0935172a2f824f61f7966dc9e73fff73673b4649 | |
parent | 6c471029821677e893a203a0127777735ff526c7 [diff] |
Issue #12451: pydoc: importfile() now opens the Python script in binary mode, instead of text mode using the locale encoding, to avoid encoding issues.