]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:31:28 +0000 (14:31 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 5 Jul 2011 12:31:28 +0000 (14:31 +0200)
commitd7772bc4cb42418f1fd347afe777fd7a6d5a7287
treeb4789ea50700010a00fab494bfc8ff925da9ebb8
parent5b1261d750793539cf4508a1e76c2f6d20900ac7
parent91e08772a6da22166a2ad4ee52fecaf80df9e5e9
(merge 3.2) Issue #12451: pydoc: html_getfile() now uses tokenize.open() to
support Python scripts using a encoding different than UTF-8 (read the coding
cookie of the script).
Lib/pydoc.py
Misc/NEWS