]> granicus.if.org Git - python/commit
Add a small test to verify that member and getset descriptors now have
authorGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 21:49:53 +0000 (21:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 21:49:53 +0000 (21:49 +0000)
commit8b9cc7e69e179a9178bf8183497c3734bfa589e0
tree850036fbb4e3db15a40605778006668ed89f2d68
parent32d34c809f5971f79462dcb7d0f536d46e624acc
Add a small test to verify that member and getset descriptors now have
docstrings (using file.closed and file.name as examples).
Lib/test/test_descr.py