]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Committing PEP 232, function attribute feature, approved by Guido.
authorBarry Warsaw <barry@python.org>
Mon, 15 Jan 2001 20:30:15 +0000 (20:30 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 15 Jan 2001 20:30:15 +0000 (20:30 +0000)
commit4a420a0a753119bab88d60603a4305b3586982bd
tree04683ffe5003e58c710e66a47bb1984f5600c312
parent773d9f09becb5cbb6ceecb59a933f9848dcb6ace
Committing PEP 232, function attribute feature, approved by Guido.
Closes SF patch #103123.

Regression test for function attributes, with output file.
Lib/test/output/test_funcattrs [new file with mode: 0644]
Lib/test/test_funcattrs.py [new file with mode: 0644]