PEP 495: Added Tim Peters as an author.
This commit is contained in:
parent
173e09ac8b
commit
673f1ce88d
|
@ -2,7 +2,7 @@ PEP: 495
|
||||||
Title: Local Time Disambiguation
|
Title: Local Time Disambiguation
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>
|
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>, Tim Peters <tim.peters@gmail.com>
|
||||||
Discussions-To: Datetime-SIG <datetime-sig@python.org>
|
Discussions-To: Datetime-SIG <datetime-sig@python.org>
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
@ -473,12 +473,12 @@ order.
|
||||||
The following alternative names have been proposed:
|
The following alternative names have been proposed:
|
||||||
|
|
||||||
**fold**
|
**fold**
|
||||||
Suggested by Guido van Rossum and favored by the author. Has
|
Suggested by Guido van Rossum and favored by one (but disfavored by another) author. Has
|
||||||
correct connotations and easy mnemonic rules, but at the same
|
correct connotations and easy mnemonic rules, but at the same
|
||||||
time does not invite unbased assumptions.
|
time does not invite unbased assumptions.
|
||||||
|
|
||||||
**later**
|
**later**
|
||||||
A close contender to "fold". The author dislikes it because
|
A close contender to "fold". One author dislikes it because
|
||||||
it is confusable with equally fitting "latter," but in the age
|
it is confusable with equally fitting "latter," but in the age
|
||||||
of autocompletion everywhere this is a small consideration. A
|
of autocompletion everywhere this is a small consideration. A
|
||||||
stronger objection may be that in the case of missing time, we
|
stronger objection may be that in the case of missing time, we
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: A protocol for delegating datetime methods to their
|
||||||
tzinfo implementations
|
tzinfo implementations
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>
|
Author: Alexander Belopolsky <alexander.belopolsky@gmail.com>, Tim Peters <tim.peters@gmail.com>
|
||||||
Discussions-To: Datetime-SIG <datetime-sig@python.org>
|
Discussions-To: Datetime-SIG <datetime-sig@python.org>
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
|
Loading…
Reference in New Issue