]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A test of the `new' module. The new.code() test is fairly bogus since
authorBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 16:28:53 +0000 (16:28 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 16:28:53 +0000 (16:28 +0000)
commit924e5d55b7c46e5c370365f93240808c9c338d66
tree26a9adb6e6ea17054f8717bb6694e5b121b72785
parent0f150e41be9d962f8cdfb5e77c9ff3394b84315c
A test of the `new' module.  The new.code() test is fairly bogus since
I'm really not sure what the proper inputs are.  I do flex the
function call though by passing in arguments of the proper type.  I
don't try to exec the code object that gets returned!
Lib/test/test_new.py [new file with mode: 0644]