PEP 248: Fix Author and Created date headers (#2889)

* Fix Author and Created date headers of PEP 248.

* Fix date formatting to make linter happy

* Change the Author header to work around missing editor field.

* Use a different way of mentioning the editor characterization

* Remove the "Editor" notice form the Author field.

Add a short blurb explaining the roles in the acks.
This commit is contained in:
Marc-Andre Lemburg 2022-11-16 23:11:31 +01:00 committed by GitHub
parent 74e6056162
commit 52f982d0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
PEP: 248
Title: Python Database API Specification v1.0
Author: Marc-André Lemburg <mal@lemburg.com>
Author: Greg Stein <gstein@lyra.org>, Marc-André Lemburg <mal@lemburg.com>
Discussions-To: db-sig@python.org
Status: Final
Type: Informational
Content-Type: text/x-rst
Created: 29-Mar-2001
Created: 08-May-1996
Post-History:
Superseded-By: 249
@ -294,8 +294,11 @@ Acknowledgements
Many thanks go to Andrew Kuchling who converted the Python
Database API Specification 1.0 from the original HTML format into
the PEP format.
the PEP format in 2001.
Greg Stein is the original author of the Python Database API
Specification 1.0. Marc-André later continued maintenance of the API as
an editor.
Copyright
=========