Re: [Python-Dev] PEP 574 ready for review

2019-05-07 Thread Victor Stinner
You can do it. I like when the acceptance email is linked from the PEP ;-) Victor Le mar. 7 mai 2019 à 14:12, Antoine Pitrou a écrit : > > > Should I submit a PR to change the PEP status or would you like to do > it? > > Regards > > Antoine. > > > On Wed, 1 May 2019 12:49:24 -0700 > Nick Coghlan

Re: [Python-Dev] PEP 574 ready for review

2019-05-07 Thread Antoine Pitrou
Should I submit a PR to change the PEP status or would you like to do it? Regards Antoine. On Wed, 1 May 2019 12:49:24 -0700 Nick Coghlan wrote: > Thanks Antoine. > > As BDFL-Delegate I'm happy with this version of the PEP, so it's my > pleasure to accept it for inclusion in Python 3.8. >

Re: [Python-Dev] PEP 574 ready for review

2019-05-05 Thread Eric Snow
On Wed, May 1, 2019, 15:49 Nick Coghlan wrote: > As BDFL-Delegate I'm happy with this version of the PEP, so it's my > pleasure to accept it for inclusion in Python 3.8. > Congratulations, Antoine! This is a big deal and a lot of folks won't realize it at first. :) -eric > ___

Re: [Python-Dev] PEP 574 ready for review

2019-05-03 Thread Antoine Pitrou
On Wed, 1 May 2019 12:49:24 -0700 Nick Coghlan wrote: > Thanks Antoine. > > As BDFL-Delegate I'm happy with this version of the PEP, so it's my > pleasure to accept it for inclusion in Python 3.8. Thank you Nick! The implementation has been posted for review at https://github.com/python/cpyth

Re: [Python-Dev] PEP 574 ready for review

2019-05-01 Thread Nick Coghlan
Thanks Antoine. As BDFL-Delegate I'm happy with this version of the PEP, so it's my pleasure to accept it for inclusion in Python 3.8. Regards, Nick. ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev U

[Python-Dev] PEP 574 ready for review

2019-04-30 Thread Antoine Pitrou
Hello, I've put the final touches to PEP 574 - Pickle protocol 5 with out-of-band data (*). It is now ready for review. The implementation is fully functional, as well as its PyPI backport (**), and has regression tests against Numpy. Numpy and PyArrow have their own tests against the pickle5