From 1419399db063048e7ee2c3967e2475a27d94a981 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 10 Feb 2022 11:50:29 +0300 Subject: [PATCH] Fix sphinx-lint after #31097 and b878b3a --- Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst | 2 +- .../next/Library/2022-02-09-00-53-23.bpo-45863.zqQXVv.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst b/Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst index 2929c5187e1d6a..21be6fc7a4691e 100644 --- a/Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst +++ b/Misc/NEWS.d/next/Build/2022-01-19-11-08-32.bpo-46430.k403m_.rst @@ -1 +1 @@ -Intern strings in deep-frozen modules. Patch by Kumar Aditya. \ No newline at end of file +Intern strings in deep-frozen modules. Patch by Kumar Aditya. diff --git a/Misc/NEWS.d/next/Library/2022-02-09-00-53-23.bpo-45863.zqQXVv.rst b/Misc/NEWS.d/next/Library/2022-02-09-00-53-23.bpo-45863.zqQXVv.rst index 3a1335cc77b9d6..6a52dacb474b72 100644 --- a/Misc/NEWS.d/next/Library/2022-02-09-00-53-23.bpo-45863.zqQXVv.rst +++ b/Misc/NEWS.d/next/Library/2022-02-09-00-53-23.bpo-45863.zqQXVv.rst @@ -1 +1 @@ -When the :mod:`tarfile` module creates a pax format archive, it will put an integer representation of timestamps in the ustar header (if possible) for the benefit of older unarchivers, in addition to the existing full-precision timestamps in the pax extended header. \ No newline at end of file +When the :mod:`tarfile` module creates a pax format archive, it will put an integer representation of timestamps in the ustar header (if possible) for the benefit of older unarchivers, in addition to the existing full-precision timestamps in the pax extended header.