bpo-35054: Add more index entries for symbols.#10064
bpo-35054: Add more index entries for symbols.#10064serhiy-storchaka merged 2 commits intopython:masterfrom
Conversation
c2a2bfa to
15b7bbb
Compare
matrixise
left a comment
There was a problem hiding this comment.
You can merge your PR, I have just checked on my laptop, the rendering of the index page is fine and the links work.
Good idea.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
"space" goes to the S-Index as "space" (in letters), not as a whitespace. But that's ok. It shouldn't block your PR ;-)
There are a few entries which have the same symbol and same description like os.curdir and os.extsep, but that's ok as well.
| .. index:: | ||
| single: +; in string formatting | ||
| single: -; in string formatting | ||
| single: space; in string formatting |
There was a problem hiding this comment.
Sadly "space" goes to https://docs.python.org/dev/genindex-S.html as "space", not as a whitespace. But that's ok ;-)
|
|
||
| .. index:: triple: target; list; assignment | ||
| single: ,; in target list | ||
| single: *; in assiggnment target list |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
(cherry picked from commit ddb961d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit ddb961d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-10119 is a backport of this pull request to the 3.6 branch. |
|
GH-10120 is a backport of this pull request to the 3.7 branch. |
https://bugs.python.org/issue35054