Re: [Python-Dev] Petr Viktorin as BDFL-Delegate for PEP 580
On 2018-10-03 17:06, Łukasz Langa wrote:
That's the only reason why PEP 544 is not yet accepted for example.
Did you actually try to get PEP 544 accepted or to appoint a BDFL-Delegate? I don't find any discussions about PEP 544 after the stepping down of the BDFL.
The process for PEP 544 is off-topic for that thread so I'm starting a new one. I have promised its author to approve it after certain minor changes (that we both agree on) have been made. It's not an example of how PEP acceptance in general will works until governance is sorted out though -- PEP 544 is a very unique special case. (For one, it's uncontroversial -- the reason it's not been accepted yet is that its author is busy with other things.) On Wed, Oct 3, 2018 at 9:12 AM Jeroen Demeyer <J.Demeyer@ugent.be> wrote:
On 2018-10-03 17:06, Łukasz Langa wrote:
That's the only reason why PEP 544 is not yet accepted for example.
Did you actually try to get PEP 544 accepted or to appoint a BDFL-Delegate? I don't find any discussions about PEP 544 after the stepping down of the BDFL.
-- --Guido van Rossum (python.org/~guido)
I think whatever governance we end up with would have named you BDFL-delegate anyway, Guido, so I think you're just taking the time machine for a spin again. ;) On Wed, 3 Oct 2018 at 09:40, Guido van Rossum <guido@python.org> wrote:
The process for PEP 544 is off-topic for that thread so I'm starting a new one.
I have promised its author to approve it after certain minor changes (that we both agree on) have been made. It's not an example of how PEP acceptance in general will works until governance is sorted out though -- PEP 544 is a very unique special case. (For one, it's uncontroversial -- the reason it's not been accepted yet is that its author is busy with other things.)
On Wed, Oct 3, 2018 at 9:12 AM Jeroen Demeyer <J.Demeyer@ugent.be> wrote:
On 2018-10-03 17:06, Łukasz Langa wrote:
That's the only reason why PEP 544 is not yet accepted for example.
Did you actually try to get PEP 544 accepted or to appoint a BDFL-Delegate? I don't find any discussions about PEP 544 after the stepping down of the BDFL.
-- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org
On Sat, 6 Oct 2018 at 07:57, Brett Cannon <brett@python.org> wrote:
I think whatever governance we end up with would have named you BDFL-delegate anyway, Guido, so I think you're just taking the time machine for a spin again. ;)
I was going to suggest that Guido list himself as BDFL-Delegate as then it could follow the same caretaker model we're suggesting for the fast C calling API. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
OK, then maybe someone (not me) can merge https://github.com/python/peps/pull/799 for me. On Sat, Oct 6, 2018 at 7:54 AM Nick Coghlan <ncoghlan@gmail.com> wrote:
On Sat, 6 Oct 2018 at 07:57, Brett Cannon <brett@python.org> wrote:
I think whatever governance we end up with would have named you
BDFL-delegate anyway, Guido, so I think you're just taking the time machine for a spin again. ;)
I was going to suggest that Guido list himself as BDFL-Delegate as then it could follow the same caretaker model we're suggesting for the fast C calling API.
Cheers, Nick.
-- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
-- --Guido van Rossum (python.org/~guido)
On Sun, Oct 7, 2018 at 7:55 AM Guido van Rossum <guido@python.org> wrote:
OK, then maybe someone (not me) can merge https://github.com/python/peps/pull/799 for me.
Per discussion, merged. ChrisA
participants (5)
-
Brett Cannon -
Chris Angelico -
Guido van Rossum -
Jeroen Demeyer -
Nick Coghlan