Re: [Python-Dev] [bpo-35155] Requesting a review

2019-03-11 Thread Denton Liu
On Tue, Feb 26, 2019 at 10:40:56PM -0800, Denton Liu wrote: > On Tue, Feb 12, 2019 at 02:14:55AM -0800, Denton Liu wrote: > > Hello all, > > > > A couple months back, I reported bpo-35155[1] and I submitted a PR for > > consideration[2]. After a couple of reviews, it seems like progress has > > st

Re: [Python-Dev] [bpo-35155] Requesting a review

2019-02-26 Thread Denton Liu
On Tue, Feb 12, 2019 at 02:14:55AM -0800, Denton Liu wrote: > Hello all, > > A couple months back, I reported bpo-35155[1] and I submitted a PR for > consideration[2]. After a couple of reviews, it seems like progress has > stalled. Would it be possible for someone to review this? > > Thanks, >

Re: [Python-Dev] [bpo-35155] Requesting a review

2019-02-12 Thread Terry Reedy
On 2/12/2019 3:24 PM, Terry Reedy wrote: The problem is that the urllib.request doc has several 'placeholder-literal' and 'literal-placeholder' constructs where Correction: The result must be a legal function name, so that should be 'placeholder_literal' and 'literal_placeholder', where the

Re: [Python-Dev] [bpo-35155] Requesting a review

2019-02-12 Thread Terry Reedy
On 2/12/2019 5:14 AM, Denton Liu wrote: Hello all, A couple months back, I reported bpo-35155[1] and I submitted a PR for consideration[2]. After a couple of reviews, it seems like progress has stalled. Would it be possible for someone to review this? Thanks, Denton [1]: https://bugs.python.o