From fe3993d64a1288a57fd801591c0870f4ffc4441a Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:40:47 +0100 Subject: [PATCH] PEP 499: Shorten the title (#3325) --- pep-0499.txt | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pep-0499.txt b/pep-0499.txt index 57568897f..8a4862af7 100644 --- a/pep-0499.txt +++ b/pep-0499.txt @@ -1,7 +1,5 @@ PEP: 499 -Title: ``python -m foo`` should bind ``sys.modules['foo']`` in addition to ``sys.modules['__main__']`` -Version: $Revision$ -Last-Modified: $Date$ +Title: ``python -m foo`` should also bind ``'foo'`` in ``sys.modules`` Author: Cameron Simpson , Chris Angelico , Joseph Jevnik BDFL-Delegate: Nick Coghlan Status: Deferred @@ -238,13 +236,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: