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.org/issue35155
[2]: https://github.com/python/cpython/pull/10313

The problem is that the urllib.request doc has several 'placeholder-literal' and 'literal-placeholder' constructs where 'literal' is text that the user *must copy* while 'placeholder' is text that the user *must replace* with one of several strings, with no evident indication of which is which. (The constructs indicate possible allowed names of user-supplied functions.) The only issue to me is how to indicate in the .rst source (and resulting html) that 'placeholder' is a placeholder and not a literal.


--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to