improve deprecation, start changelog

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-11-12 13:10:30 +01:00
parent a4a652af85
commit f4ec2d1ecd
11 changed files with 49 additions and 25 deletions
+3 -3
View File
@@ -147,6 +147,6 @@ class TestDistribution:
args += ["--tx", "popen//python=%s" % interpreters[0]]
args += ["--tx", "popen//python=%s" % interpreters[1]]
result = testdir.runpytest(*args)
result.stdout.fnmatch_lines(["2...4"])
result.stdout.fnmatch_lines(["2...5"])
s = result.stdout.str()
assert "2.4" in s
assert "2.5" in s