From ee5897cef67186103e7a4fa5dbd28e036187ac4f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 28 Jun 2023 16:50:43 +0300 Subject: [PATCH 1/3] PEP 554: Remove redundant emacs metadata --- pep-0554.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pep-0554.rst b/pep-0554.rst index 08fcb0fcbfd..3d575559fe2 100644 --- a/pep-0554.rst +++ b/pep-0554.rst @@ -1388,14 +1388,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From 1a5c2a0c84f06fc9926f7ed51c6f42f9ddce0dfb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 28 Jun 2023 16:49:57 +0300 Subject: [PATCH 2/3] PEP 554: Remove unreferenced footnote --- pep-0554.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pep-0554.rst b/pep-0554.rst index 3d575559fe2..8a000e089cc 100644 --- a/pep-0554.rst +++ b/pep-0554.rst @@ -1332,10 +1332,6 @@ References .. [caveats] https://docs.python.org/3/c-api/init.html#bugs-and-caveats -.. [petr-c-ext] - https://mail.python.org/pipermail/import-sig/2016-June/001062.html - https://mail.python.org/pipermail/python-ideas/2016-April/039748.html - .. [cryptography] https://github.com/pyca/cryptography/issues/2299 From f31187802a0f0dc49de929816b872640afdc04de Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 26 Jul 2023 10:51:02 +0300 Subject: [PATCH 3/3] PEP 554: Convert unreferenced footnote to bullet point --- pep-0554.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0554.rst b/pep-0554.rst index 8a000e089cc..b8573ddcab4 100644 --- a/pep-0554.rst +++ b/pep-0554.rst @@ -1380,6 +1380,10 @@ References https://mail.python.org/pipermail/python-ideas/2017-September/047144.html https://mail.python.org/pipermail/python-dev/2017-September/149566.html +* petr-c-ext + https://mail.python.org/pipermail/import-sig/2016-June/001062.html + https://mail.python.org/pipermail/python-ideas/2016-April/039748.html + Copyright =========