[issue17177] Deprecate imp

2013-06-18 Thread Brett Cannon
Changes by Brett Cannon : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue17177] Deprecate imp

2013-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset ded443c603f0 by Brett Cannon in branch 'default': Issue #17177: Clarify some deprecations http://hg.python.org/cpython/rev/ded443c603f0 -- ___ Python tracker _

[issue17177] Deprecate imp

2013-06-18 Thread Brett Cannon
Brett Cannon added the comment: Going to temporarily re-open to remind me to add better deprecation docs for imp.load_module() to point to specific loader in importlib.machinery. Should also add example usage as well. -- status: closed -> open ___ P

[issue17177] Deprecate imp

2013-06-16 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue17177] Deprecate imp

2013-06-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b8f08c4efd5 by Brett Cannon in branch 'default': Issue #17177: The imp module is pending deprecation. http://hg.python.org/cpython/rev/1b8f08c4efd5 -- ___ Python tracker

[issue17177] Deprecate imp

2013-06-15 Thread Brett Cannon
Brett Cannon added the comment: At this point I have updated all the code that does not directly exposes imp somehow or in Tools. At this point the only thing I need to decide is whether I want to continue to expose the lock stuff from imp or leave it private. After that the pending deprecati

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5e8b377942f7 by Brett Cannon in branch 'default': Issue #17177: stop using imp in test_importlib http://hg.python.org/cpython/rev/5e8b377942f7 -- ___ Python tracker __

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca3bdac1f88a by Brett Cannon in branch 'default': Issue #17177: update checkpyc to stop using imp http://hg.python.org/cpython/rev/ca3bdac1f88a -- ___ Python tracker _

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a1161eaed99 by Brett Cannon in branch 'default': Issue # 17177: Stop using imp in setup.py http://hg.python.org/cpython/rev/4a1161eaed99 -- ___ Python tracker ___

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset f96eb1dc335f by Brett Cannon in branch 'default': Issue #17177: Stop using imp in zipfile http://hg.python.org/cpython/rev/f96eb1dc335f New changeset b2b2bdc4cf6f by Brett Cannon in branch 'default': Issue # 17177: Stop using imp in turtledemo http:

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc18b5d4920e by Brett Cannon in branch 'default': Issue #17177: Stop using imp in a bunch of tests http://hg.python.org/cpython/rev/bc18b5d4920e -- ___ Python tracker

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91467f342977 by Brett Cannon in branch 'default': Issue #17177: Stop using imp with py_compile http://hg.python.org/cpython/rev/91467f342977 New changeset 81cf3d6e6756 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in pydoc http:/

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1e141c2cc0d7 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in sysconfig http://hg.python.org/cpython/rev/1e141c2cc0d7 -- ___ Python tracker ___

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8fff5554125d by Brett Cannon in branch 'default': Issue #17177: switch from imp.new_module to types.ModuleType for runpy http://hg.python.org/cpython/rev/8fff5554125d -- ___ Python tracker

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0b96a16656b7 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in multiprocessing http://hg.python.org/cpython/rev/0b96a16656b7 -- ___ Python tracker _

[issue17177] Deprecate imp

2013-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 30aa032c4bd0 by Brett Cannon in branch 'default': Issue #17177: Stop using imp in distutils http://hg.python.org/cpython/rev/30aa032c4bd0 -- ___ Python tracker ___

[issue17177] Deprecate imp

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset cc27d50bd91a by Brett Cannon in branch 'default': Issue #17177: stop using imp for compileall. http://hg.python.org/cpython/rev/cc27d50bd91a -- ___ Python tracker

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Brett Cannon added the comment: ack "import (\w+, *)*imp(,|\n)|from imp import" -l -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Brett Cannon added the comment: To have it on record, the command I am using to find uses of imp is:: ack "import imp(,|\n)|from imp import" -l -- ___ Python tracker ___ __

[issue17177] Deprecate imp

2013-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d3b9d456eb8 by Brett Cannon in branch 'default': Issue #17177: Update the programming FAQ to use importlib http://hg.python.org/cpython/rev/3d3b9d456eb8 -- nosy: +python-dev ___ Python tracker

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Brett Cannon added the comment: Sorry, bad regex: it's more like 60 files. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Brett Cannon added the comment: And in case anyone is interested, it could be as many as 98 files to go through. =) -- ___ Python tracker ___ ___

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Brett Cannon added the comment: Everything that is going to be kept around has been moved. That just leaves: 1. Removing all uses of imp from the stdlib 2. Document as deprecated the last few things in imp which are simply being removed (including adding a note in the docstrings) 3. Remove all

[issue17177] Deprecate imp

2013-06-14 Thread Brett Cannon
Changes by Brett Cannon : -- title: Document/deprecate imp -> Deprecate imp ___ Python tracker ___ ___ Python-bugs-list mailing list U