[Python-checkins] r54765 - sandbox/trunk/pep0/test_pep0.py (original) (raw)

brett.cannon python-checkins at python.org
Thu Apr 12 04:07:03 CEST 2007


Author: brett.cannon Date: Thu Apr 12 04:07:02 2007 New Revision: 54765

Modified: sandbox/trunk/pep0/test_pep0.py Log: Strengthen author parsing. Currently leads to a failure.

Modified: sandbox/trunk/pep0/test_pep0.py

--- sandbox/trunk/pep0/test_pep0.py (original) +++ sandbox/trunk/pep0/test_pep0.py Thu Apr 12 04:07:02 2007 @@ -36,22 +36,18 @@ # Name , # email (name), # Name.

class ParseMetaDataTests(unittest.TestCase):



More information about the Python-checkins mailing list