[issue5529] Backport sys module docs involving import to 2.7

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Done in r70830. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue5529] Backport sys module docs involving import to 2.7

2009-03-22 Thread Georg Brandl
Georg Brandl added the comment: Oh, it's nice to have something to do at PyCon. :) -- assignee: -> georg.brandl ___ Python tracker ___ __

[issue5529] Backport sys module docs involving import to 2.7

2009-03-20 Thread Brett Cannon
Brett Cannon added the comment: Unassigning Georg as he does not need to do this if he doesn't want to. -- assignee: georg.brandl -> ___ Python tracker ___ _

[issue5529] Backport sys module docs involving import to 2.7

2009-03-20 Thread Brett Cannon
New submission from Brett Cannon : The updated documentation in py3k involving the sys module and imports (meta_path, path_hooks, and path_importer_cache) should get backported to trunk. Slightly involved since there are glossary term references that have not been backported. -- assignee