]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:58:29 +0000 (15:58 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:58:29 +0000 (15:58 +0200)
commit319672e8a6ca3239573340dfb3d8fa46f7f53f0c
treedfa4fb2be5e97b5f633597861537cb1c5ced2a6e
parent0b5e049ea01f7b0506a8fe596f1d79e2350fc9a4
parente6c910e9537d405a11377a478556731b4eaec419
(merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if
available, to read the Python script from the right encoding.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS