Change by Denton Liu :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue35155>
___
___
Pyth
Denton Liu added the comment:
If there aren't anymore comments, I think this PR is ready for a second round
of reviews.
Thanks!
--
___
Python tracker
<https://bugs.python.org/is
Denton Liu added the comment:
Unfortunately, inline markup can't be combined with roles. Using asterisks, it
shows up as `**_open()` and using braces, `{}_open`.
I'm not sure how this works but it _might_ be possible to change how :meth:
role is interpreted but I believe that
Denton Liu added the comment:
I gave that a try but it seems like it just outputs the {} literally in the
case of the method role.
--
___
Python tracker
<https://bugs.python.org/issue35
Denton Liu added the comment:
Pinging again for updates. Would appreciate a PR review. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue35
Denton Liu added the comment:
Pinging for updates.
--
___
Python tracker
<https://bugs.python.org/issue35155>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Denton Liu :
--
keywords: +patch
pull_requests: +9616
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35155>
___
___
Python-
New submission from Denton Liu :
The urllib.request documentation that they can add their own protocol handlers,
however they are unclear on how they should be named. We should replace
instances of things like protocol_request with _request to make it
clear that we are literally replacing