Skip to content

Commit fe3993d

Browse files
authored
PEP 499: Shorten the title (#3325)
1 parent 497250a commit fe3993d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pep-0499.txt

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
PEP: 499
2-
Title: ``python -m foo`` should bind ``sys.modules['foo']`` in addition to ``sys.modules['__main__']``
3-
Version: $Revision$
4-
Last-Modified: $Date$
2+
Title: ``python -m foo`` should also bind ``'foo'`` in ``sys.modules``
53
Author: Cameron Simpson <[email protected]>, Chris Angelico <[email protected]>, Joseph Jevnik <[email protected]>
64
BDFL-Delegate: Nick Coghlan
75
Status: Deferred
@@ -238,13 +236,3 @@ Copyright
238236
=========
239237

240238
This document has been placed in the public domain.
241-
242-
243-
..
244-
Local Variables:
245-
mode: indented-text
246-
indent-tabs-mode: nil
247-
sentence-end-double-space: t
248-
fill-column: 70
249-
coding: utf-8
250-
End:

0 commit comments

Comments
 (0)