Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17f9b3d

Browse files
committed
Add NEWS entry for r86732 and fix double function in the table.
1 parent 807bd0a commit 17f9b3d

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Doc/library/functions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
=================== ================= ================== ================ ====================

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

136141
What's New in Python 3.2 Alpha 4?
137142
=================================

0 commit comments

Comments
 (0)