[issue8667] Link to PEP 3147 from importlib docs

2010-06-27 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Sorry this took so long, Ashley. I applied your patch in r82300. -- resolution: - accepted status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8667

[issue8667] Link to PEP 3147 from importlib docs

2010-05-19 Thread Ashley Sands
Ashley Sands ashley.j.sa...@gmail.com added the comment: Thanks Senthil Brett for your help. Here's my patch. It is very simple, so simple I think it may be wrong. -- keywords: +patch Added file: http://bugs.python.org/file17409/linkToPep3247.diff

[issue8667] Link to PEP 3147 from importlib docs

2010-05-19 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- keywords: +needs review stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8667 ___

[issue8667] Link to PEP 3147 from importlib docs

2010-05-18 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Ashley Sands wrote: Is this the right approach? Follow the process mentioned here: http://www.python.org/dev/faq/ And create a patch against Docs/library/importlib.rst with the reference to PEP 3147 included. That is it. Look for other

[issue8667] Link to PEP 3147 from importlib docs

2010-05-18 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Thanks for wanting to help, Ashley! And Senthil hit all the right points. If you need any help with the code checkout you can read http://www.python.org/dev/setup/ (and in general dev questions are hopefully answered by something linked from

[issue8667] Link to PEP 3147 from importlib docs

2010-05-17 Thread Ashley Sands
Ashley Sands ashley.j.sa...@gmail.com added the comment: Hi Brett, I would like to contribute to the open source community and Python is my favourite language, so I figured I would begin here. But I have never done this before, so I am a open-source-contributor-newbie. So to resolve this

[issue8667] Link to PEP 3147 from importlib docs

2010-05-08 Thread Brett Cannon
New submission from Brett Cannon br...@python.org: In trying to keep importlib's docs THE place to go for links to all relevant import details, a link to PEP 3147 is needed. -- assignee: brett.cannon components: Documentation keywords: easy messages: 105351 nosy: brett.cannon priority: