Re: [Python-Dev] PEP 451 update

2013-11-01 Thread Eric Snow
On Fri, Nov 1, 2013 at 11:59 AM, Brett Cannon wrote: > Thanks for the clarification. It all SGTM. I've updated the PEP and the reference implementation. If I've missed anything please let me know. There is only one thing I thought of that I'd like to get an opinion on: In the Finders section,

Re: [Python-Dev] PEP 451 update

2013-11-01 Thread Brett Cannon
On Fri, Nov 1, 2013 at 1:52 PM, Eric Snow wrote: > On Fri, Nov 1, 2013 at 7:35 AM, Brett Cannon wrote: > > On Thu, Oct 31, 2013 at 6:10 PM, Nick Coghlan > wrote: > >> At the time when find_spec runs, sys.modules hasn't been touched yet, so > >> the old module state is still available when reload

Re: [Python-Dev] Contributing to PSF

2013-11-01 Thread R. David Murray
On Fri, 01 Nov 2013 22:50:28 +0530, Anup Kumar wrote: > My name is Anup. I am pursuing my Enginering degree at Amrita in India. I > want to start contributing to PSF by fixing bugs and if possible by helping > to develop the python software. So, I request some one to help me for that. Welcome, A

Re: [Python-Dev] PEP 451 update

2013-11-01 Thread Eric Snow
On Fri, Nov 1, 2013 at 7:35 AM, Brett Cannon wrote: > On Thu, Oct 31, 2013 at 6:10 PM, Nick Coghlan wrote: >> At the time when find_spec runs, sys.modules hasn't been touched yet, so >> the old module state is still available when reloading. Passing the spec in >> lets the loader decide whether o

[Python-Dev] Contributing to PSF

2013-11-01 Thread Anup Kumar
Hi, My name is Anup. I am pursuing my Enginering degree at Amrita in India. I want to start contributing to PSF by fixing bugs and if possible by helping to develop the python software. So, I request some one to help me for that. Thanks in advance, Regards, A. Anup, 2nd Year CSE, Amrita Universi

Re: [Python-Dev] PEP 451 update

2013-11-01 Thread Eric Snow
On Thu, Oct 31, 2013 at 4:10 PM, Nick Coghlan wrote: > However, perhaps it makes more sense to pass the entire existing module, > rather than just the spec? Sounds good to me. :) -eric ___ Python-Dev mailing list Python-Dev@python.org https://mail.pyth

[Python-Dev] Summary of Python tracker Issues

2013-11-01 Thread Python tracker
ACTIVITY SUMMARY (2013-10-25 - 2013-11-01) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4217 (+18) closed 27029 (+64) total 31246 (+82) Open issues wit

Re: [Python-Dev] PEP 451 update

2013-11-01 Thread Brett Cannon
On Thu, Oct 31, 2013 at 6:10 PM, Nick Coghlan wrote: > > On 1 Nov 2013 01:37, "PJ Eby" wrote: > . ;-) > > > > I also suspect, that if properly spelled out, those use cases are > > going to boil down to: > > > > 1. Throwing errors if you have an existing module object you can't > > load into, an