]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: Use repr() to format the module name on error
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 19:15:47 +0000 (15:15 -0400)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 19:15:47 +0000 (15:15 -0400)
commit98dbba5d209dda5300df549ef26eb4646cb891f0
treee51f3164127b11333fed8d717ba7bed7bbc54645
parentccbf475dfde5ef643bf9559b46e97fa9b35ef5d3
Issue #3080: Use repr() to format the module name on error
Lib/test/test_pydoc.py
Lib/unittest/test/test_loader.py
Python/import.c