mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
bpo-9842: Add cross-reference to the ellipsis object (GH-4063)
This PR adds a cross-reference to the ellipsis object and the representation of recursive item in containers as indicated in [issue 9842](https://bugs.python.org/issue9842) by @bitdancer. https://bugs.python.org/issue9842
This commit is contained in:
parent
98b8535415
commit
b4db249c95
1 changed files with 8 additions and 4 deletions
|
@ -13,10 +13,14 @@ Glossary
|
||||||
examples which can be executed interactively in the interpreter.
|
examples which can be executed interactively in the interpreter.
|
||||||
|
|
||||||
``...``
|
``...``
|
||||||
The default Python prompt of the interactive shell when entering code for
|
Can refer to:
|
||||||
an indented code block, when within a pair of matching left and right
|
|
||||||
delimiters (parentheses, square brackets, curly braces or triple quotes),
|
* The default Python prompt of the interactive shell when entering code for
|
||||||
or after specifying a decorator.
|
an indented code block, when within a pair of matching left and right
|
||||||
|
delimiters (parentheses, square brackets, curly braces or triple quotes),
|
||||||
|
or after specifying a decorator.
|
||||||
|
|
||||||
|
* The :const:`Ellipsis` built-in constant.
|
||||||
|
|
||||||
2to3
|
2to3
|
||||||
A tool that tries to convert Python 2.x code to Python 3.x code by
|
A tool that tries to convert Python 2.x code to Python 3.x code by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue