Re: [Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__

2017-12-04 Thread Ivan Levkivskyi
Thank you Guido! And thanks everyone for help, discussions, and ideas (in particular Larry who started this discussion). I will submit a PR with implementation soon. -- Ivan On 4 December 2017 at 17:58, Guido van Rossum wrote: > Ivan, > > Congrats on your PEP. I believe the outstanding issues

Re: [Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__

2017-12-04 Thread Guido van Rossum
Thanks, I fixed it. Will be live in 15-60 minutes. On Mon, Dec 4, 2017 at 10:52 AM, Glenn Linderman wrote: > The word "a" is extraneous/confusing-in-grammar in the first line of the > abstract also. I can't fix it. > > > On 12/4/2017 9:46 AM, Victor Stinner wrote: > > Link for lazy people like m

Re: [Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__

2017-12-04 Thread Glenn Linderman
The word "a" is extraneous/confusing-in-grammar in the first line of the abstract also. I can't fix it. On 12/4/2017 9:46 AM, Victor Stinner wrote: Link for lazy people like me: https://www.python.org/dev/peps/pep-0562/ I changed the PEP status to fix a typo in the abstract: https://github.com

Re: [Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__

2017-12-04 Thread Victor Stinner
Link for lazy people like me: https://www.python.org/dev/peps/pep-0562/ I changed the PEP status to fix a typo in the abstract: https://github.com/python/peps/commit/a87417b22bf15bc4382daeaef6d32886c687ad19 Victor 2017-12-04 17:58 GMT+01:00 Guido van Rossum : > Ivan, > > Congrats on your PEP. I

[Python-Dev] Accepting PEP 562 -- Module __getattr__ and __dir__

2017-12-04 Thread Guido van Rossum
Ivan, Congrats on your PEP. I believe the outstanding issues are now resolved and I am hereby accepting it. PS. Sorry, Larry, PEP 549 is rejected. But that happened a while ago. -- --Guido van Rossum (python.org/~guido) ___ Python-Dev mailing list Pyt