]> granicus.if.org Git - python/commit
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.
authorGeorg Brandl <georg@python.org>
Sat, 10 Mar 2007 22:13:27 +0000 (22:13 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 10 Mar 2007 22:13:27 +0000 (22:13 +0000)
commite32b4224d0e5a5a2faa7398211ad859e8a4cb0c8
tree89c1a560b9940d1c8c68bf451916c9143fe1a0b5
parentaf334387d12e12677460b4f558ed0a670fdfcebf
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.
Doc/lib/libfuncs.tex
Lib/test/test_builtin.py
Misc/NEWS
Objects/object.c
Python/bltinmodule.c