]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Delete failing test that was checking that a slot declaration with
authorGuido van Rossum <guido@python.org>
Fri, 20 Jul 2007 17:10:16 +0000 (17:10 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Jul 2007 17:10:16 +0000 (17:10 +0000)
commit25d0bd687f10ae12e38f3b57df1d13f1b0de15d6
tree661d9a0e7e303a737e874e8f0343e10f03917ae6
parent3a2e5ce57506d176b43777ab378f1e2de99eec7d
Delete failing test that was checking that a slot declaration with
a non-ASCII character in it should fail.  Because of PEP 3131 this
test is bogus anyway.  Also some cosmetic cleanup.
Lib/test/test_descr.py