]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3080: Use %R to format module name in error messages
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 02:38:06 +0000 (22:38 -0400)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 14 Mar 2011 02:38:06 +0000 (22:38 -0400)
commitc24c8108b656ede1b6857334328755669a25a61d
treeefe44400881d8fa90ede84191e81d8847cb869b0
parent974389d92c1e89c64359617fd3832dea58de5009
Issue #3080: Use %R to format module name in error messages

%R format instead of %U
Python/import.c