[Python-Dev] Re: Three trivial PRs from first-timers in need of merging!

2020-02-21 Thread joannah nanjekye
I think all are merged now even the C PR. * I was looking at it but found it merged.* On Fri, Feb 21, 2020 at 5:02 AM Tal Einat wrote: > 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 l

[Python-Dev] Re: Three trivial PRs from first-timers in need of merging!

2020-02-21 Thread Brandt Bucher
All of these have been landed. Thanks, everybody! ___ 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://m

[Python-Dev] Re: Three trivial PRs from first-timers in need of merging!

2020-02-21 Thread Tal Einat
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 Fr

[Python-Dev] Re: Three trivial PRs from first-timers in need of merging!

2020-02-20 Thread Kyle Stanley
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