]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 May 2014 00:06:33 +0000 (02:06 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 13 May 2014 00:06:33 +0000 (02:06 +0200)
commit38d3d22b29abed5a92166b86dddbbc575cf4ae02
tree3c001ff27fb93b74b2468150bf044dc2a631c894
parent470cf8dfbedbaa38a9076083a4f697f2b17c0c53
parent0cc45baa3d160810f371ef7b69f4b56437bde790
(Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the
documentation contains characters not encodable to the stdout encoding.
Misc/NEWS