File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ are always available. They are listed here in alphabetical order.
1818:func: `bool ` :func: `filter ` :func: `issubclass ` :func: `pow ` :func: `super `
1919:func: `bytearray ` :func: `float ` :func: `iter ` :func: `print ` :func: `tuple `
2020:func: `bytes ` :func: `format ` :func: `len ` :func: `property ` :func: `type `
21- :func: `chr ` :func: `frozenset ` :func: `list ` :func: `range ` :func: `type `
22- :func: `classmethod ` :func: `getattr ` :func: `locals ` :func: `repr ` :func: `vars `
23- :func: `compile ` :func: `globals ` :func: `map ` :func: `reversed ` :func: `zip `
24- :func: `complex ` :func: `hasattr ` :func: `max ` :func: `round ` :func: ` __import__ `
21+ :func: `chr ` :func: `frozenset ` :func: `list ` :func: `range ` :func: `vars `
22+ :func: `classmethod ` :func: `getattr ` :func: `locals ` :func: `repr ` :func: `zip `
23+ :func: `compile ` :func: `globals ` :func: `map ` :func: `reversed ` :func: `__import__ `
24+ :func: `complex ` :func: `hasattr ` :func: `max ` :func: `round `
2525:func: `delattr ` :func: `hash ` :func: `memoryview ` :func: `set `
2626:func: `dict ` :func: `help ` :func: `min ` :func: `setattr `
2727=================== ================= ================== ================ ====================
Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ Build
132132- Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and
133133 PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals.
134134
135+ Documentation
136+ -------------
137+
138+ - Issue #10299: List the built-in functions in a table in functions.rst.
139+
135140
136141What's New in Python 3.2 Alpha 4?
137142=================================
You can’t perform that action at this time.
0 commit comments