[Python-checkins] peps: Fred fixed the parser module
georg.brandl
python-checkins at python.org
Wed Mar 23 21:26:59 CET 2011
http://hg.python.org/peps/rev/2fb0050a4634
changeset: 149:2fb0050a4634
user: Jeremy Hylton <jeremy at alum.mit.edu>
date: Wed Aug 23 15:55:40 2000 +0000
summary:
Fred fixed the parser module
files:
pep-0200.txt | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -88,11 +88,9 @@
test case platform date reported
--------- -------- -------------
- test_parser all 22-Aug-2000
-
test_posixpath all 22-Aug-2000
[think it's because Skip backed out commonpathprefix changes
- but didn't change the tests]
+ but didn't change the tests; patch to fix exists]
test_fork1 Linux 26-Jul-2000
[no clue; there are probably two bugs here]
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list