Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue18681] typo in imp.reload

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Aug 7, 2013, 8:22 PM

Post #1 of 4 (20 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


report at bugs

Aug 10, 2013, 10:02 AM

Post #2 of 4 (15 views)
Permalink
[issue18681] typo in imp.reload [In reply to]

Roundup Robot added the comment:

New changeset 80b65aa2d579 by Ezio Melotti in branch '3.3':
#18681: Fix a NameError in imp.reload() (noticed by Weizhao Li).
http://hg.python.org/cpython/rev/80b65aa2d579

New changeset 6bee7f1061e0 by Ezio Melotti in branch 'default':
#18681: merge with 3.3.
http://hg.python.org/cpython/rev/6bee7f1061e0

----------
nosy: +python-dev

_______________________________________
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


report at bugs

Aug 10, 2013, 10:03 AM

Post #3 of 4 (15 views)
Permalink
[issue18681] typo in imp.reload [In reply to]

Ezio Melotti added the comment:

Fixed, thanks for the report!

----------
assignee: -> ezio.melotti
nosy: +ezio.melotti
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
versions: +Python 3.4

_______________________________________
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


report at bugs

Aug 11, 2013, 10:14 AM

Post #4 of 4 (9 views)
Permalink
[issue18681] typo in imp.reload [In reply to]

Roundup Robot added the comment:

New changeset dab790a17c4d by Serhiy Storchaka in branch '3.3':
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*.
http://hg.python.org/cpython/rev/dab790a17c4d

New changeset 1f4aed2c914c by Serhiy Storchaka in branch 'default':
Issue #18706: Fix a test for issue #18681 so it no longer breaks test_codeccallbacks*.
http://hg.python.org/cpython/rev/1f4aed2c914c

----------

_______________________________________
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

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.