]> granicus.if.org Git - python/commit
Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:55:43 +0000 (15:55 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 13:55:43 +0000 (15:55 +0200)
commite6c910e9537d405a11377a478556731b4eaec419
tree2c8e4faafe9da3f52de933940ff0f1e085ea6274
parentdc9b1ea02eba907ae48cea682a49c5df34d0e19e
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