blob: 065594d6a8a66aa715ce762f909a26c79408404c [file] [log] [blame]
Barry Warsawdde5c701996-12-10 23:20:09 +00001test_types
26. Built-in types
36.1 Truth value testing
46.2 Boolean operations
56.3 Comparisons
66.4 Numeric types (mostly conversions)
76.4.1 32-bit integers
86.4.2 Long integers
96.4.3 Floating point numbers
106.5 Sequence types
116.5.1 Strings
126.5.2 Tuples
136.5.3 Lists
146.5.3a Additional list operations
156.6 Mappings == Dictionaries