mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
an -> a
This commit is contained in:
parent
4611b05bd8
commit
e06f7114a2
1 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,8 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- UserDict is now a new-style class.
|
||||||
|
|
||||||
- Issue #7610: Reworked implementation of the internal
|
- Issue #7610: Reworked implementation of the internal
|
||||||
:class:`zipfile.ZipExtFile` class used to represent files stored inside
|
:class:`zipfile.ZipExtFile` class used to represent files stored inside
|
||||||
an archive. The new implementation is significantly faster and can
|
an archive. The new implementation is significantly faster and can
|
||||||
|
@ -180,8 +182,6 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- UserDict is now an new-style class.
|
|
||||||
|
|
||||||
- Issue #6963: Added "maxtasksperchild" argument to multiprocessing.Pool,
|
- Issue #6963: Added "maxtasksperchild" argument to multiprocessing.Pool,
|
||||||
allowing for a maximum number of tasks within the pool to be completed by
|
allowing for a maximum number of tasks within the pool to be completed by
|
||||||
the worker before that worker is terminated, and a new one created to
|
the worker before that worker is terminated, and a new one created to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue