mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add NEWS entry for r86732 and fix double function in the table.
This commit is contained in:
parent
807bd0a8a4
commit
17f9b3d289
2 changed files with 9 additions and 4 deletions
|
@ -18,10 +18,10 @@ are always available. They are listed here in alphabetical order.
|
||||||
:func:`bool` :func:`filter` :func:`issubclass` :func:`pow` :func:`super`
|
:func:`bool` :func:`filter` :func:`issubclass` :func:`pow` :func:`super`
|
||||||
:func:`bytearray` :func:`float` :func:`iter` :func:`print` :func:`tuple`
|
:func:`bytearray` :func:`float` :func:`iter` :func:`print` :func:`tuple`
|
||||||
:func:`bytes` :func:`format` :func:`len` :func:`property` :func:`type`
|
:func:`bytes` :func:`format` :func:`len` :func:`property` :func:`type`
|
||||||
:func:`chr` :func:`frozenset` :func:`list` :func:`range` :func:`type`
|
:func:`chr` :func:`frozenset` :func:`list` :func:`range` :func:`vars`
|
||||||
:func:`classmethod` :func:`getattr` :func:`locals` :func:`repr` :func:`vars`
|
:func:`classmethod` :func:`getattr` :func:`locals` :func:`repr` :func:`zip`
|
||||||
:func:`compile` :func:`globals` :func:`map` :func:`reversed` :func:`zip`
|
:func:`compile` :func:`globals` :func:`map` :func:`reversed` :func:`__import__`
|
||||||
:func:`complex` :func:`hasattr` :func:`max` :func:`round` :func:`__import__`
|
:func:`complex` :func:`hasattr` :func:`max` :func:`round`
|
||||||
:func:`delattr` :func:`hash` :func:`memoryview` :func:`set`
|
:func:`delattr` :func:`hash` :func:`memoryview` :func:`set`
|
||||||
:func:`dict` :func:`help` :func:`min` :func:`setattr`
|
:func:`dict` :func:`help` :func:`min` :func:`setattr`
|
||||||
=================== ================= ================== ================ ====================
|
=================== ================= ================== ================ ====================
|
||||||
|
|
|
@ -132,6 +132,11 @@ Build
|
||||||
- Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and
|
- Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and
|
||||||
PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals.
|
PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Issue #10299: List the built-in functions in a table in functions.rst.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.2 Alpha 4?
|
What's New in Python 3.2 Alpha 4?
|
||||||
=================================
|
=================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue