[Python-checkins] r54793 - sandbox/trunk/pep0/test_pep0.py (original) (raw)
brett.cannon python-checkins at python.org
Thu Apr 12 23:31:25 CEST 2007
- Previous message: [Python-checkins] r54792 - sandbox/trunk/pep0/TODO
- Next message: [Python-checkins] r54794 - sandbox/trunk/pep0/pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: brett.cannon Date: Thu Apr 12 23:31:24 2007 New Revision: 54793
Modified: sandbox/trunk/pep0/test_pep0.py Log: Add two more names two author test that can cause trouble. Author test now fails.
Modified: sandbox/trunk/pep0/test_pep0.py
--- sandbox/trunk/pep0/test_pep0.py (original) +++ sandbox/trunk/pep0/test_pep0.py Thu Apr 12 23:31:24 2007 @@ -35,7 +35,8 @@ # Handle the various ways authors can be specified. # Test needs to validate not just how the author's name can be written # but also variations in people's names (e.g., 'van', 'Jr.', etc.).
authors = ["Guido van Rossum", "Brett Cannon", ]
authors = ["Guido van Rossum", "Brett Cannon", "Fred L. Drake, Jr.",
"Aahz"] formats = ["%s <email>", "email (%s)", "%s"] for format in formats: for author_count in range(len(authors)):
- Previous message: [Python-checkins] r54792 - sandbox/trunk/pep0/TODO
- Next message: [Python-checkins] r54794 - sandbox/trunk/pep0/pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]