[Python-checkins] peps: add sterner warning about test case problems (original) (raw)

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:32 CET 2011


http://hg.python.org/peps/rev/926f80174f89 changeset: 52:926f80174f89 user: Jeremy Hylton <jeremy at alum.mit.edu> date: Thu Jul 27 03:03:39 2000 +0000 summary: add sterner warning about test case problems note error in dictionary comparison that raises exception

files: pep-0200.txt | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/pep-0200.txt b/pep-0200.txt --- a/pep-0200.txt +++ b/pep-0200.txt @@ -74,6 +74,26 @@ an Open Source license. Do not contribute code if it can't be released this way.

+Failing test cases need to get fixed +

-- Repository URL: http://hg.python.org/peps



More information about the Python-checkins mailing list