]> granicus.if.org Git - python/commit
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 May 2014 00:05:35 +0000 (02:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 13 May 2014 00:05:35 +0000 (02:05 +0200)
commit0cc45baa3d160810f371ef7b69f4b56437bde790
treeda1cbc33740565ddfb32d6fe541827e9ed95a72a
parent1c6970fac994be2b1f9e3415e09c07ff01657563
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
contains characters not encodable to the stdout encoding.
Lib/pydoc.py
Misc/NEWS