From e5d5692792c530ad8e6676f67346c32d2378c002 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:34:32 +0100 Subject: [PATCH] PEP 419: Resolve unreferenced footnotes (#3235) --- pep-0419.txt | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/pep-0419.txt b/pep-0419.txt index 1387d8d06..40fd99caf 100644 --- a/pep-0419.txt +++ b/pep-0419.txt @@ -506,27 +506,15 @@ References https://github.com/sampsyo/bluelet .. [3] Twisted: inlineCallbacks - http://twistedmatrix.com/documents/8.1.0/api/twisted.internet.defer.html + https://twisted.org/documents/8.1.0/api/twisted.internet.defer.html -.. [4] Original discussion - https://mail.python.org/pipermail/python-ideas/2012-April/014705.html - -.. [5] Issue #14730: Implementation of the PEP 419 - http://bugs.python.org/issue14730 +[4] Original discussion +\ https://mail.python.org/pipermail/python-ideas/2012-April/014705.html +[5] Implementation of PEP 419 +\ https://github.com/python/cpython/issues/58935 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: