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

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

Issue 6210: Exception Chaining missing method for suppressing context
Left Patch Set: Created 1 year, 3 months ago
Right Patch Set: Created 1 year, 3 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
« no previous file with change/comment | « Doc/library/exceptions.rst ('k') | Doc/whatsnew/3.3.rst » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0] ``, and 2888 .. [2] As a consequence, the list ``[1, 2]`` is considered equal to ``[1.0, 2.0] ``, and
2889 similarly for tuples. 2889 similarly for tuples.
2890 2890
2891 .. [3] They must have since the parser can't tell the type of the operands. 2891 .. [3] They must have since the parser can't tell the type of the operands.
2892 2892
2893 .. [4] Cased characters are those with general category property being one of 2893 .. [4] Cased characters are those with general category property being one of
2894 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas e). 2894 "Lu" (Letter, uppercase), "Ll" (Letter, lowercase), or "Lt" (Letter, titlecas e).
2895 2895
2896 .. [5] To format only a tuple you should therefore provide a singleton tuple who se only 2896 .. [5] To format only a tuple you should therefore provide a singleton tuple who se only
2897 element is the tuple to be formatted. 2897 element is the tuple to be formatted.
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7