]> granicus.if.org Git - python/commit
Two changes that are definitely problem-free and avoid calling print()
authorGuido van Rossum <guido@python.org>
Wed, 10 Oct 2007 22:48:24 +0000 (22:48 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Oct 2007 22:48:24 +0000 (22:48 +0000)
commitb62e8a8062ff81f0f5d80b25aa0fb6b2457c721c
tree435d900d762f6a9a165b8c97f270343e3399118a
parentc5724deb1a1e68d5bdc43d474cf3544d42d87f0a
Two changes that are definitely problem-free and avoid calling print()
with a bytes instance (as this will soon print something differently).
Lib/test/test_xml_etree.py
Lib/test/test_xml_etree_c.py