[issue15295] Document PEP 420 namespace packages

2012-07-27 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: First draft is complete, along with updates to the importlib abcs for the new protocols. You'll see the language reference has a new importmachinery.rst file which describes finding and loading modules. You'll see that the import statement docs have been s

[issue15295] Document PEP 420 namespace packages

2012-07-24 Thread Georg Brandl
Changes by Georg Brandl : -- priority: release blocker -> deferred blocker ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue15295] Document PEP 420 namespace packages

2012-07-23 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: +skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15295] Document PEP 420 namespace packages

2012-07-22 Thread Nick Coghlan
Nick Coghlan added the comment: >From the import-sig discussions, this wasn't just about documenting PEP 420, >it was about finally bringing the full import system specification into the >language reference. (Now that it doesn't need to be loaded with caveats about >the old default import mec

[issue15295] Document PEP 420 namespace packages

2012-07-22 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +larry, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue15295] Document PEP 420 namespace packages

2012-07-21 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: On Jul 21, 2012, at 02:23 PM, Georg Brandl wrote: >Ping. Barry? (It's not strictly necessary to have the docs for b2, but could >you give me a rough estimate when you'll do this?) Unfortunately, I lost a bunch of work with a disk crash, but I might have salva

[issue15295] Document PEP 420 namespace packages

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Ping. Barry? (It's not strictly necessary to have the docs for b2, but could you give me a rough estimate when you'll do this?) -- nosy: +georg.brandl ___ Python tracker __

[issue15295] Document PEP 420 namespace packages

2012-07-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue15295] Document PEP 420 namespace packages

2012-07-08 Thread Brett Cannon
Brett Cannon added the comment: One request I would like to make is that while the docs are being written, to please look at importlib.find_loader() and let me know if the name no longer applies (it's new in Python 3.3 so it can easily be renamed). --

[issue15295] Document PEP 420 namespace packages

2012-07-08 Thread Brett Cannon
New submission from Brett Cannon : I believe Barry said he was going to handle the documentation for PEP 420. -- assignee: barry components: Documentation messages: 165017 nosy: barry, brett.cannon priority: release blocker severity: normal stage: needs patch status: open title: Document