Re: [Python-Dev] PEP 514: Python registration in the Windows registry

2016-07-16 Thread Paul Moore
On 15 July 2016 at 23:39, Steve Dower wrote: > On 15Jul2016 1526, Guido van Rossum wrote: >> >> I was going to delegate to our resident Windows expert, but that's you. >> :-( >> >> Can you suggest someone else? I really don't want to swap in what I >> once knew about the Windows registry... > > >

Re: [Python-Dev] PEP 514: Python registration in the Windows registry

2016-07-16 Thread Steve Dower
Good catch, thanks. Top-posted from my Windows Phone -Original Message- From: "Nick Coghlan" Sent: ‎7/‎15/‎2016 23:53 To: "Steve Dower" Cc: "Python Dev" Subject: Re: [Python-Dev] PEP 514: Python registration in the Windows registry On 16 July 2016 at 08:20, Steve Dower wrote: > Backw

Re: [Python-Dev] PEP 514: Python registration in the Windows registry

2016-07-16 Thread Guido van Rossum
Yup! Paul is now officially the BDFL-delegate for PEP 514. On Sat, Jul 16, 2016 at 2:44 AM, Paul Moore wrote: > On 15 July 2016 at 23:39, Steve Dower wrote: >> On 15Jul2016 1526, Guido van Rossum wrote: >>> >>> I was going to delegate to our resident Windows expert, but that's you. >>> :-( >>> >

Re: [Python-Dev] Status of Python 3.6 PEPs?

2016-07-16 Thread Alexander Belopolsky
On Tue, Jul 12, 2016 at 4:26 AM, Victor Stinner wrote: > > "PEP 495 -- Local Time Disambiguation" > https://www.python.org/dev/peps/pep-0495/ > => accepted > > Alexander Belopolsky asked for a review of the implementation: > https://mail.python.org/pipermail/python-dev/2016-June/145450.html Vic

Re: [Python-Dev] PEP 514: Python registration in the Windows registry

2016-07-16 Thread Paul Moore
On 15 July 2016 at 23:20, Steve Dower wrote: > Hi all > > I'd like to get this PEP approved (status changed to Active, IIUC). Some comments below. > So far (to my knowledge), Anaconda is writing out the new metadata and > Visual Studio is reading it. Any changes to the schema now will require >

Re: [Python-Dev] PEP 514: Python registration in the Windows registry

2016-07-16 Thread Paul Moore
On 16 July 2016 at 18:59, Guido van Rossum wrote: > Yup! Paul is now officially the BDFL-delegate for PEP 514. OK. I've just been reviewing the PEP and have posted some comments. There's a lot of words(!), but I don't think there's a huge amount of substantive change, mostly it's just confirmatio

Re: [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview

2016-07-16 Thread Ethan Furman
On 06/07/2016 10:42 PM, Serhiy Storchaka wrote: On 07.06.16 23:28, Ethan Furman wrote: * Add ``bytes.iterbytes``, ``bytearray.iterbytes`` and ``memoryview.iterbytes`` alternative iterators "Byte" is an alias to "octet" (8-bit integer) in modern terminology. Maybe so, but not, to my know