Thanks for bringing these to our attention Brandt!

Mariatta merged the first PR a few hours ago, and I just merged the second
PR now.

The third PR looks good, but it would be good for someone with a bit more
experience with our C code to take a quick glance before we merge it.

- Tal Einat

On Fri, Feb 21, 2020 at 8:49 AM Kyle Stanley <aeros...@gmail.com> wrote:

> Thanks for bring attention to these PRs, Brandt! I think the second one
> should be particularly uncontroversial, seeing as it's just applying PEP
> 409 (raise from None) to an existing exception in an argparse unit test to
> clean up some unhelpful context clutter in the traceback.
>
> On Thu, Feb 20, 2020 at 11:41 PM Brandt Bucher <brandtbuc...@gmail.com>
> wrote:
>
>> Hi everybody!
>>
>> I've found a handful of trivial PRs from new contributors that have gone
>> un-core-reviewed since November. CLAs are signed, tests are passing, and
>> I've verified the quality and correctness of each one.
>>
>> If anybody has a few spare minutes to merge these, I know that it would
>> make the authors very happy! :)
>>
>> Clarify numeric padding behaviour in string formatting:
>> - A helpful doc addition (just a few words).
>> - https://github.com/python/cpython/pull/17036
>>
>> argparse unittest tracebacks are confusing if an error is raised when not
>> expected:
>> - This just changes a "raise" to a "raise from None" in the argparse unit
>> test machinery.
>> - https://github.com/python/cpython/pull/17120
>>
>> Reuse identifier of PREDICT macros as PREDICT_ID:
>> - Unifies some shared naming logic in the ceval prediction macros (don't
>> worry, it's simple).
>> - https://github.com/python/cpython/pull/17155/files
>>
>> Thanks.
>>
>> Brandt
>> _______________________________________________
>> Python-Dev mailing list -- python-dev@python.org
>> To unsubscribe send an email to python-dev-le...@python.org
>> https://mail.python.org/mailman3/lists/python-dev.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/python-dev@python.org/message/46U2H5U2BAACZZETIWJTAJAGXJSD6MKO/
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/PAOV4YWV4FJDM7WEOJ2DSMCO4XWHWFWZ/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/VILCDKNHD5MTQ5TUTSVQARMBX3JMTFKJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to