PEP 418: Standardise authors (#3327)

This commit is contained in:
Adam Turner 2023-09-01 15:35:46 +01:00 committed by GitHub
parent 513dc168af
commit 8ba873d2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 14 deletions

View File

@ -1,8 +1,9 @@
PEP: 418
Title: Add monotonic time, performance counter, and process time functions
Version: $Revision$
Last-Modified: $Date$
Author: Cameron Simpson <cs@cskk.id.au>, Jim Jewett <jimjjewett@gmail.com>, Stephen J. Turnbull <stephen@xemacs.org>, Victor Stinner <vstinner@python.org>
Author: Cameron Simpson <cs@cskk.id.au>,
Jim J. Jewett <jimjjewett@gmail.com>,
Stephen J. Turnbull <stephen@xemacs.org>,
Victor Stinner <vstinner@python.org>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
@ -1640,14 +1641,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: