]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Build properties using lambdas. This makes test_pyclbr pass again, because it does...
authorGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 06:32:55 +0000 (06:32 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Aug 2010 06:32:55 +0000 (06:32 +0000)
commit76ae39758334f5d68c9ec9dcd7b405ca6ceae1dd
treef869145d740593e13768fd0fd975ac5c352d58fa
parent7905d61b2cff841dfdc79bfca92ce23c717ab384
Build properties using lambdas.  This makes test_pyclbr pass again, because it does not think that input and output are methods anymore.
Lib/pydoc.py