Skip to content

Commit

Permalink
PEP 499: Shorten the title (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner authored Sep 5, 2023
1 parent 497250a commit fe3993d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pep-0499.txt
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, Chris Angelico <[email protected]>, Joseph Jevnik <[email protected]>
BDFL-Delegate: Nick Coghlan
Status: Deferred
Expand Down Expand Up @@ -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:

0 comments on commit fe3993d

Please sign in to comment.