diff --git a/pep-0495.txt b/pep-0495.txt index 8b8415aa3..0f89fc2b2 100644 --- a/pep-0495.txt +++ b/pep-0495.txt @@ -2,7 +2,7 @@ PEP: 495 Title: Local Time Disambiguation Version: $Revision$ Last-Modified: $Date$ -Author: Alexander Belopolsky +Author: Alexander Belopolsky , Tim Peters Discussions-To: Datetime-SIG Status: Draft Type: Standards Track @@ -473,12 +473,12 @@ order. The following alternative names have been proposed: **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 time does not invite unbased assumptions. **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 of autocompletion everywhere this is a small consideration. A stronger objection may be that in the case of missing time, we diff --git a/pep-0500.txt b/pep-0500.txt index 66ad637d2..c7b0049d7 100644 --- a/pep-0500.txt +++ b/pep-0500.txt @@ -3,7 +3,7 @@ Title: A protocol for delegating datetime methods to their tzinfo implementations Version: $Revision$ Last-Modified: $Date$ -Author: Alexander Belopolsky +Author: Alexander Belopolsky , Tim Peters Discussions-To: Datetime-SIG Status: Draft Type: Standards Track