Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2408)

Delta Between Two Patch Sets: Doc/library/stdtypes.rst

Issue 14133: improved PEP 409 implementation
Left Patch Set: Created 1 year, 2 months ago
Right Patch Set: Created 1 year, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 .. XXX: reference/datamodel and this have quite a few overlaps! 1 .. XXX: reference/datamodel and this have quite a few overlaps!
2 2
3 3
4 .. _bltin-types: 4 .. _bltin-types:
5 5
6 ************** 6 **************
7 Built-in Types 7 Built-in Types
8 ************** 8 **************
9 9
10 The following sections describe the standard types that are built into the 10 The following sections describe the standard types that are built into the
(...skipping 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after
3110 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0] ``, and 3110 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0] ``, and
3111 similarly for tuples. 3111 similarly for tuples.
3112 3112
3113 .. [3] They must have since the parser can't tell the type of the operands. 3113 .. [3] They must have since the parser can't tell the type of the operands.
3114 3114
3115 .. [4] Cased characters are those with general category property being one of 3115 .. [4] Cased characters are those with general category property being one of
3116 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas e). 3116 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas e).
3117 3117
3118 .. [5] To format only a tuple you should therefore provide a singleton tuple who se only 3118 .. [5] To format only a tuple you should therefore provide a singleton tuple who se only
3119 element is the tuple to be formatted. 3119 element is the tuple to be formatted.
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7