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.

作者 brett.cannon
收信人 benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, r.david.murray, vstinner
日期 2013-05-04.18:23:44
SpamBayes Score -1.0
Marked as misclassified
Message-id <1367691824.88.0.473156195266.issue17177@psf.upfronthosting.co.za>
In-reply-to
内容
Just to keep on top of what is left to do for this to happen:

* get_magic(): expose in importlib
* find_module()/load_module(): eliminate all uses in the stdlib and fully deprecate
* new_module(): use types.ModuleType() instead
* reload(): relocate
* cache_from_source(): relocate
* source_from_cache(): relocate
* get_tag(): deprecate
* lock_held()/acquire_lock()/release_lock(): deprecate
* NullImporter: deprecate

Everything else can stay undocumented as-is (deprecated or simply exposed through _imp which can stay undocumented).

I plan to make individual issues for these things as I solidify the decision of how to handle them.
历史
日期 用户 动作 参数
2013-05-04 18:23:44brett.cannon修改recipients: + brett.cannon, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray
2013-05-04 18:23:44brett.cannon修改messageid: <1367691824.88.0.473156195266.issue17177@psf.upfronthosting.co.za>
2013-05-04 18:23:44brett.cannon链接issue17177 messages
2013-05-04 18:23:44brett.cannon创建