[issue15167] Re-implement imp.get_magic() in pure Python

2012-07-09 Thread Eric Snow
Eric Snow added the comment: Yay! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue15167] Re-implement imp.get_magic() in pure Python

2012-07-09 Thread Brett Cannon
Brett Cannon added the comment: OK, finally in. Thanks for the hard work on this, Eric. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue15167] Re-implement imp.get_magic() in pure Python

2012-07-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset efb5e6ab10f4 by Brett Cannon in branch 'default': Issue #15167 (as part of #13959): imp.get_magic() is no implemented in http://hg.python.org/cpython/rev/efb5e6ab10f4 -- nosy: +python-dev ___ Python trac

[issue15167] Re-implement imp.get_magic() in pure Python

2012-06-24 Thread Brett Cannon
New submission from Brett Cannon : Title says it all. Issue #13959 has a patch. -- messages: 163830 nosy: brett.cannon, eric.snow priority: normal severity: normal status: open title: Re-implement imp.get_magic() in pure Python ___ Python tracker