
report at bugs
Aug 7, 2013, 8:22 PM
Post #1 of 4
(21 views)
Permalink
|
|
[issue18681] typo in imp.reload
|
|
New submission from Weizhao Li: just a typo: 270c270 < raise ImportError(msg.format(parentname), name=parent_name) --- > raise ImportError(msg.format(parent_name), name=parent_name) ---------- components: Library (Lib) messages: 194641 nosy: felloak priority: normal severity: normal status: open title: typo in imp.reload type: behavior versions: Python 3.3 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue18681> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|