[Python-Dev] Re: Requesting PR review on locale module

2020-01-09 Thread Cédric Krier via Python-Dev
wed it up after his requested changes were > > apparently addressed, despite a couple of "pings". > > > > The experts index[1] lists Marc-Andre Lemburg as the expert for the locale > > module, so perhaps he'd be interested in taking a look. > > > >

[Python-Dev] Requesting PR review on locale module

2019-11-17 Thread Cédric Krier via Python-Dev
Hi, Few months ago, I submitted a PR [1] for the bpo [2] about locale.format casting Decimal into float. Has someone some times to finish the review? This change is blocking a bugfix on Tryton [3]. [1] https://github.com/python/cpython/pull/15275 [2] https://bugs.python.org/issue34311 [3] https:

[Python-Dev] Request review for bpo-35153

2019-02-17 Thread Cédric Krier via Python-Dev
Hi, A few months ago, I submitted bpo-35153 with a PR to allow to set headers from xmlrpc.client.ServerProxy. Is there a core developer willing to review it? It will be great to have it for Python 3.8. https://bugs.python.org/issue35153 https://github.com/python/cpython/pull/10308 Thanks, -- Cé