-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-35054: Add more index entries for symbols. #10064
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-35054: Add more index entries for symbols. #10064
Conversation
c2a2bfa
to
15b7bbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sadly "space" goes to https://docs.python.org/dev/genindex-S.html as "space", not as a whitespace. But that's ok ;-)
Doc/reference/simple_stmts.rst
Outdated
@@ -112,6 +112,12 @@ unacceptable. The rules observed by various types and the exceptions raised are | |||
given with the definition of the object types (see section :ref:`types`). | |||
|
|||
.. index:: triple: target; list; assignment | |||
single: ,; in target list | |||
single: *; in assiggnment target list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/assiggnment/assignment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
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