cpython/Misc/NEWS.d/next/Library
Joshua Root bf2d44ffb0
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Numeric fields of type float, notably mtime, can't be represented
exactly in the ustar header, so the pax header is used. But it is
helpful to set them to the nearest int (i.e. second rather than
nanosecond precision mtimes) in the ustar header as well, for the
benefit of unarchivers that don't understand the pax header.

Add test for tarfile.TarInfo.create_pax_header to confirm correct
behaviour.
2022-02-09 18:06:19 +01:00
..
2021-06-02-19-47-46.bpo-44289.xC5kuV.rst bpo-44289: Keep argument file object's current position in tarfile.is_tarfile (GH-26488) 2022-02-09 08:19:16 -08:00
2021-12-27-18-28-44.bpo-31369.b9yM94.rst bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279) 2022-02-04 19:54:28 -08:00
2022-01-23-15-35-07.bpo-46475.UCe18S.rst bpo-46475: Add typing.Never and typing.assert_never (GH-30842) 2022-02-08 10:50:26 -08:00
2022-01-26-18-06-08.bpo-46534.vhzUM4.rst bpo-46534: Implement PEP 673 Self in typing.py (GH-30924) 2022-02-07 12:47:48 -08:00
2022-01-27-23-20-30.bpo-46556.tlpAgS.rst bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971) 2022-02-08 13:01:37 -08:00
2022-02-01-19-34-28.bpo-46521.IMUIrs.rst bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010) 2022-02-08 11:54:37 +00:00
2022-02-03-10-22-42.bpo-46626.r2e-n_.rst closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106) 2022-02-03 10:46:50 -08:00
2022-02-06-08-54-03.bpo-46655.DiLzYv.rst bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156) 2022-02-06 15:16:22 -08:00
2022-02-06-19-13-02.bpo-46659.q-vNL9.rst bpo-46659: calendar uses locale.getlocale() (GH-31166) 2022-02-08 00:24:09 +01:00
2022-02-07-13-27-59.bpo-46323.7UENAj.rst bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188) 2022-02-07 14:53:15 +01:00
2022-02-07-19-20-42.bpo-46676.3Aws1o.rst bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) 2022-02-08 09:46:58 +02:00
2022-02-09-00-53-23.bpo-45863.zqQXVv.rst bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693) 2022-02-09 18:06:19 +01:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/