From victor.stinner at gmail.com Tue Jul 8 13:18:19 2014 From: victor.stinner at gmail.com (Victor Stinner) Date: Tue, 8 Jul 2014 13:18:19 +0200 Subject: [python-committers] Commit access to PEPs for Ben Hoyt Message-ID: Hi, Ben Hoyt (benhoyt at gmail.com) is working on the os.scandir() PEP 471: http://legacy.python.org/dev/peps/pep-0471/ Currently, he send me the PEP text and I update the repository. Would it be possible to give him access to the repository directly? (only to the peps reposistory) Victor From eliben at gmail.com Tue Jul 8 16:06:22 2014 From: eliben at gmail.com (Eli Bendersky) Date: Tue, 8 Jul 2014 07:06:22 -0700 Subject: [python-committers] Commit access to PEPs for Ben Hoyt In-Reply-To: References: Message-ID: On Tue, Jul 8, 2014 at 4:18 AM, Victor Stinner wrote: > Hi, > > Ben Hoyt (benhoyt at gmail.com) is working on the os.scandir() PEP 471: > http://legacy.python.org/dev/peps/pep-0471/ > > Currently, he send me the PEP text and I update the repository. Would > it be possible to give him access to the repository directly? (only to > the peps reposistory) > > +1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From greg at krypto.org Tue Jul 8 17:41:50 2014 From: greg at krypto.org (Gregory P. Smith) Date: Tue, 8 Jul 2014 08:41:50 -0700 Subject: [python-committers] Commit access to PEPs for Ben Hoyt In-Reply-To: References: Message-ID: +1 On Tue, Jul 8, 2014 at 7:06 AM, Eli Bendersky wrote: > > > > On Tue, Jul 8, 2014 at 4:18 AM, Victor Stinner > wrote: > >> Hi, >> >> Ben Hoyt (benhoyt at gmail.com) is working on the os.scandir() PEP 471: >> http://legacy.python.org/dev/peps/pep-0471/ >> >> Currently, he send me the PEP text and I update the repository. Would >> it be possible to give him access to the repository directly? (only to >> the peps reposistory) >> >> > +1 > > > _______________________________________________ > python-committers mailing list > python-committers at python.org > https://mail.python.org/mailman/listinfo/python-committers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ncoghlan at gmail.com Sat Jul 12 20:08:52 2014 From: ncoghlan at gmail.com (Nick Coghlan) Date: Sat, 12 Jul 2014 13:08:52 -0500 Subject: [python-committers] Commit access to PEPs for Ben Hoyt In-Reply-To: References: Message-ID: On 8 Jul 2014 11:42, "Gregory P. Smith" wrote: > > +1 +1 from me, too. Cheers, Nick. > > > On Tue, Jul 8, 2014 at 7:06 AM, Eli Bendersky wrote: >> >> >> >> >> On Tue, Jul 8, 2014 at 4:18 AM, Victor Stinner wrote: >>> >>> Hi, >>> >>> Ben Hoyt (benhoyt at gmail.com) is working on the os.scandir() PEP 471: >>> http://legacy.python.org/dev/peps/pep-0471/ >>> >>> Currently, he send me the PEP text and I update the repository. Would >>> it be possible to give him access to the repository directly? (only to >>> the peps reposistory) >>> >> >> +1 >> >> >> _______________________________________________ >> python-committers mailing list >> python-committers at python.org >> https://mail.python.org/mailman/listinfo/python-committers >> > > > _______________________________________________ > python-committers mailing list > python-committers at python.org > https://mail.python.org/mailman/listinfo/python-committers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ncoghlan at gmail.com Sun Jul 13 19:50:47 2014 From: ncoghlan at gmail.com (Nick Coghlan) Date: Sun, 13 Jul 2014 12:50:47 -0500 Subject: [python-committers] Programming readability/usability study using Python Message-ID: Via Gary Bernhardt, here's an interesting study on things that can make Python code hard to read: http://arxiv.org/pdf/1304.5257.pdf (I suggest trying the experiment yourself on Figure 1, before continuing on to read the explanation in the text - the result may surprise you!) I've also followed up with the researchers regarding the experimental design for their vertical whitespace question - I think it has some flaws that limit its applicability in real world code, so perhaps I can interest them in getting another paper out of it :) Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia