[New-bugs-announce] [issue18681] typo in imp.reload

Weizhao Li report at bugs.python.org
Thu Aug 8 05:22:22 CEST 2013


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.python.org>
<http://bugs.python.org/issue18681>
_______________________________________


More information about the New-bugs-announce mailing list