mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Apply rest of #10628, and add a few todo comments.
This commit is contained in:
parent
724d0895e8
commit
3ad46757f4
1 changed files with 12 additions and 2 deletions
|
@ -234,8 +234,8 @@ aspects that are visible to the programmer:
|
||||||
PEP written by Barry Warsaw.
|
PEP written by Barry Warsaw.
|
||||||
|
|
||||||
|
|
||||||
PEP 3149 ABI Version Tagged .so Files
|
PEP 3149: ABI Version Tagged .so Files
|
||||||
=====================================
|
======================================
|
||||||
|
|
||||||
The PYC repository directory allows multiple bytecode cache files to be
|
The PYC repository directory allows multiple bytecode cache files to be
|
||||||
co-located. This PEP implements a similar mechanism for shared object files by
|
co-located. This PEP implements a similar mechanism for shared object files by
|
||||||
|
@ -554,6 +554,8 @@ New, Improved, and Deprecated Modules
|
||||||
(Contributed by Tarek Ziadé and Giampaolo Rodolà in :issue:`4972`, and
|
(Contributed by Tarek Ziadé and Giampaolo Rodolà in :issue:`4972`, and
|
||||||
by Georg Brandl in :issue:`8046` and :issue:`1286`.)
|
by Georg Brandl in :issue:`8046` and :issue:`1286`.)
|
||||||
|
|
||||||
|
.. mention os.popen and subprocess.Popen auto-closing of fds
|
||||||
|
|
||||||
* :class:`gzip.GzipFile` now implements the :class:`io.BufferedIOBase` ABC
|
* :class:`gzip.GzipFile` now implements the :class:`io.BufferedIOBase` ABC
|
||||||
(except for ``truncate()``), has a :meth:`~gzip.GzipFile.peek` method,
|
(except for ``truncate()``), has a :meth:`~gzip.GzipFile.peek` method,
|
||||||
and supports unseekable as well as zero-padded file objects.
|
and supports unseekable as well as zero-padded file objects.
|
||||||
|
@ -749,6 +751,14 @@ New, Improved, and Deprecated Modules
|
||||||
|
|
||||||
(Contributed by Ron Adam; :issue:`2001`.)
|
(Contributed by Ron Adam; :issue:`2001`.)
|
||||||
|
|
||||||
|
.. XXX add something about pdb additions:
|
||||||
|
|
||||||
|
* new commands interact, (un)display, longlist, source, until lineno
|
||||||
|
* -c option that executes commands as if given in .pdbrc
|
||||||
|
* SIGINT handler to break a continued program
|
||||||
|
|
||||||
|
.. XXX add optimize flags for py_compile/compileall (issue10553)
|
||||||
|
|
||||||
Multi-threading
|
Multi-threading
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue