diff options
author | Barry Warsaw <barry@python.org> | 2001-01-15 20:30:15 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-01-15 20:30:15 (GMT) |
commit | 4a420a0a753119bab88d60603a4305b3586982bd (patch) | |
tree | 04683ffe5003e58c710e66a47bb1984f5600c312 /Lib/test/output/test_funcattrs | |
parent | 773d9f09becb5cbb6ceecb59a933f9848dcb6ace (diff) | |
download | cpython-4a420a0a753119bab88d60603a4305b3586982bd.zip cpython-4a420a0a753119bab88d60603a4305b3586982bd.tar.gz cpython-4a420a0a753119bab88d60603a4305b3586982bd.tar.bz2 |
Committing PEP 232, function attribute feature, approved by Guido.
Closes SF patch #103123.
Regression test for function attributes, with output file.
Diffstat (limited to 'Lib/test/output/test_funcattrs')
-rw-r--r-- | Lib/test/output/test_funcattrs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_funcattrs b/Lib/test/output/test_funcattrs new file mode 100644 index 0000000..40c9004 --- /dev/null +++ b/Lib/test/output/test_funcattrs @@ -0,0 +1 @@ +test_funcattrs |