From 45b12fff4015d58e740b0a5f46787a95a72af387 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:21:31 +0100 Subject: [PATCH] PEP 491: Resolve unreferenced footnotes (#3240) --- pep-0491.txt | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pep-0491.txt b/pep-0491.txt index 8062a6bef..b4c06cac1 100644 --- a/pep-0491.txt +++ b/pep-0491.txt @@ -1,7 +1,5 @@ PEP: 491 Title: The Wheel Binary Package Format 1.9 -Version: $Revision$ -Last-Modified: $Date$ Author: Daniel Holth Discussions-To: distutils-sig@python.org Status: Deferred @@ -531,13 +529,6 @@ Is it possible to import Python code directly from a wheel file? a fully installed package before accepting it as a genuine bug. -References -========== - -.. [1] PEP acceptance - (https://mail.python.org/pipermail/python-dev/2013-February/124103.html) - - Appendix ======== @@ -558,14 +549,3 @@ Copyright ========= This document has been placed into the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: