PEP 418: Standardise authors (#3327)
This commit is contained in:
parent
513dc168af
commit
8ba873d2b4
18
pep-0418.txt
18
pep-0418.txt
|
@ -1,8 +1,9 @@
|
||||||
PEP: 418
|
PEP: 418
|
||||||
Title: Add monotonic time, performance counter, and process time functions
|
Title: Add monotonic time, performance counter, and process time functions
|
||||||
Version: $Revision$
|
Author: Cameron Simpson <cs@cskk.id.au>,
|
||||||
Last-Modified: $Date$
|
Jim J. Jewett <jimjjewett@gmail.com>,
|
||||||
Author: Cameron Simpson <cs@cskk.id.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <vstinner@python.org>
|
Stephen J. Turnbull <stephen@xemacs.org>,
|
||||||
|
Victor Stinner <vstinner@python.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
|
@ -1640,14 +1641,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
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:
|
|
||||||
|
|
Loading…
Reference in New Issue