From 567ac66b45026200f62f2805446d9c9df5ae123f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:24:54 +0100 Subject: [PATCH 1/2] PEP 499: Shorten title --- pep-0499.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0499.txt b/pep-0499.txt index 9cbf6f8c3f0..e48a24767a0 100644 --- a/pep-0499.txt +++ b/pep-0499.txt @@ -1,5 +1,5 @@ PEP: 499 -Title: ``python -m foo`` should bind ``sys.modules['foo']`` in addition to ``sys.modules['__main__']`` +Title: ``python -m foo`` should also bind ``'foo'`` in ``sys.modules`` Version: $Revision$ Last-Modified: $Date$ Author: Cameron Simpson , Chris Angelico , Joseph Jevnik From 9ee7e639014803ab35065857555d037920a7eb1f Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:38:40 +0100 Subject: [PATCH 2/2] remove headers and emacs stanza --- pep-0499.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pep-0499.txt b/pep-0499.txt index e48a24767a0..d298229bf9c 100644 --- a/pep-0499.txt +++ b/pep-0499.txt @@ -1,7 +1,5 @@ PEP: 499 Title: ``python -m foo`` should also bind ``'foo'`` in ``sys.modules`` -Version: $Revision$ -Last-Modified: $Date$ Author: Cameron Simpson , Chris Angelico , Joseph Jevnik BDFL-Delegate: Nick Coghlan Status: Deferred @@ -237,13 +235,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: