This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: Re-implement imp.get_magic() in pure Python
类型: Stage:
Components: Versions:
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: 抄送列表: brett.cannon, eric.snow, python-dev
优先级: normal 关键字:

Created on 2012-06-24 19:51 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg163830 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) 日期: 2012-06-24 19:51
Title says it all. Issue #13959 has a patch.
msg165117 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2012-07-09 20:09
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
msg165118 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) 日期: 2012-07-09 20:10
OK, finally in. Thanks for the hard work on this, Eric.
msg165146 - (view) Author: Eric Snow (eric.snow) * (Python committer) 日期: 2012-07-10 02:38
Yay!
历史
日期 用户 动作 参数
2022-04-11 14:57:32admin修改github: 59372
2012-07-10 02:38:23eric.snow修改消息: + msg165146
2012-07-09 20:10:10brett.cannon修改状态: open -> closed
resolution: fixed
消息: + msg165118
2012-07-09 20:09:35python-dev修改抄送: + python-dev
消息: + msg165117
2012-06-24 19:51:41brett.cannon链接issue13959 dependencies
2012-06-24 19:51:25brett.cannon创建