[Python-Dev] Championing PEP 467

2019-06-26 Thread Elias Zamaria
Nick Coghlan, I'm thinking about what you said, over a year ago, about finding a new champion for PEP 467. I think it would be a privilege to work on something like that, which may be used by millions of people over a period of years or decades. However, I have decided that I no longer have the

Re: [Python-Dev] Any way to only receive emails for threads that I am participating in?

2018-03-06 Thread Elias Zamaria
03, 02:15 GMT, Elias Zamaria wrote: > > It seems like I can either subscribe and get emails for all of > > the threads, or unsubscribe and not get any emails, making me > > unable to reply to the threads I want to reply to. > > Go to https://mail.python.org/mailman/listinfo/p

Re: [Python-Dev] Any way to only receive emails for threads that I am participating in?

2018-03-05 Thread Elias Zamaria
Thanks for the suggestions, everyone. I think for now, I'll just try to deal with it and maybe set up some filtering in Gmail. I'm not sure if it is worth changing my habits and getting over the learning curve of these tools just to deal with this one mailing list. On Sat, Mar 3, 2018 at 12:03

[Python-Dev] Any way to only receive emails for threads that I am participating in?

2018-03-02 Thread Elias Zamaria
I am trying to participate in the discussion about PEP 467, but I'm still kind of getting used to the mailing list. It seems like I can either subscribe and get emails for all of the threads, or unsubscribe and not get any emails, making me unable to reply to the threads I want to reply to. The

Re: [Python-Dev] PEP 467 (Minor API improvements for binary sequences) - any thoughts?

2018-02-27 Thread Elias Zamaria
Nick, I'm trying to reply to your message, but I can't figure out how. You mentioned that the PEP needs a "champion". What would that involve? How much time and effort would it take? What kinds of decisions would I make? The iterbytes thing in the PEP is something I was wishing for, while

[Python-Dev] PEP 467 (Minor API improvements for binary sequences) - any thoughts?

2018-02-21 Thread Elias Zamaria
This is about some minor changes to the bytes, bytearray, and memoryview classes. Here is the PEP: https://www.python.org/dev/peps/pep-0467/ The page in the bug tracker can be seen at https://bugs.python.org/issue27923 and the pull request can be seen at