PEP 418, PEP 499: update the email address of Cameron Simpson (#940)
From cs@zip.com.au to cs@cskk.id.au.
This commit is contained in:
parent
5d1b72d06d
commit
86435a9b17
|
@ -2,7 +2,7 @@ PEP: 418
|
|||
Title: Add monotonic time, performance counter, and process time functions
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Cameron Simpson <cs@zip.com.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <victor.stinner@gmail.com>
|
||||
Author: Cameron Simpson <cs@cskk.id.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <victor.stinner@gmail.com>
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# or:
|
||||
# http://www.mail-archive.com/python-dev@python.org/msg66174.html
|
||||
# http://www.mail-archive.com/python-dev@python.org/msg66179.html
|
||||
# - Cameron Simpson <cs@zip.com.au> 02apr2012
|
||||
# - Cameron Simpson <cs@cskk.id.au> 02apr2012
|
||||
#
|
||||
|
||||
from collections import namedtuple
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 499
|
|||
Title: ``python -m foo`` should bind ``sys.modules['foo']`` in addition to ``sys.modules['__main__']``
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Cameron Simpson <cs@zip.com.au>, Chris Angelico <rosuav@gmail.com>, Joseph Jevnik <joejev@gmail.com>
|
||||
Author: Cameron Simpson <cs@cskk.id.au>, Chris Angelico <rosuav@gmail.com>, Joseph Jevnik <joejev@gmail.com>
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue