[New-bugs-announce] [issue18192] Move imp.get_magic() to importlib

Brett Cannon report at bugs.python.org
Tue Jun 11 22:44:04 CEST 2013


New submission from Brett Cannon:

As part of deprecating imp, need to move imp.get_magic() to importlib where it now belongs. Will be exposed as an attribute instead of a function, though.

----------
components: Library (Lib)
messages: 190981
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Move imp.get_magic() to importlib
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18192>
_______________________________________


More information about the New-bugs-announce mailing list