[issue17135] imp doc should direct to importlib

2013-04-18 Thread R. David Murray
R. David Murray added the comment: Thanks, Kristian. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: -Python 2.7 ___ Python tracker __

[issue17135] imp doc should direct to importlib

2013-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8f15a46a8c76 by R David Murray in branch '3.3': #17135: Add note in imp to use importlib for new programs. http://hg.python.org/cpython/rev/8f15a46a8c76 -- ___ Python tracker

[issue17135] imp doc should direct to importlib

2013-04-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f22c463ce73c by R David Murray in branch 'default': #17135: mark imp as deprecated as of 3.4. http://hg.python.org/cpython/rev/f22c463ce73c -- nosy: +python-dev ___ Python tracker

[issue17135] imp doc should direct to importlib

2013-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks, Kristian. The 3.x docs were a "fresh start", so if we want to mark something as deprecated it would be a Python3 version number, the number current at the time of the deprecation. There is another open issue, 17177, that speaks specifically about dep

[issue17135] imp doc should direct to importlib

2013-04-06 Thread Kristian
Kristian added the comment: Here is the patch for this bug... Enjoy! I would be happy to work on this further if there are any problems or questions! Thanks! -- keywords: +patch nosy: +ktran13 Added file: http://bugs.python.org/file29697/patch.diff _

[issue17135] imp doc should direct to importlib

2013-02-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +brett.cannon stage: -> needs patch type: -> enhancement versions: +Python 2.7 -Python 3.1 ___ Python tracker ___ ___

[issue17135] imp doc should direct to importlib

2013-02-05 Thread Eric Snow
Eric Snow added the comment: Agreed. It should also link to the new import section in the language reference rather than to the import statement. -- nosy: +eric.snow ___ Python tracker ___

[issue17135] imp doc should direct to importlib

2013-02-05 Thread Éric Araujo
New submission from Éric Araujo: Title says it all. -- assignee: docs@python components: Documentation messages: 181450 nosy: docs@python, eric.araujo priority: normal severity: normal status: open title: imp doc should direct to importlib versions: Python 3.1, Python 3.3, Python 3.4 __