]> granicus.if.org Git - python/commit
move specialized dir implementations into __dir__ methods (closes #12166)
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 May 2011 16:09:06 +0000 (11:09 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 May 2011 16:09:06 +0000 (11:09 -0500)
commit82b00c1d307f7fb39f388760b9ccd519fe3ef63b
treef164c4074f1093713a372ef6066fca576f68c935
parent9bcfacd4fcf64ee7f6e0d05b5d0894c10cd43fc0
move specialized dir implementations into __dir__ methods (closes #12166)
Lib/test/test_descrtut.py
Misc/NEWS
Objects/moduleobject.c
Objects/object.c
Objects/typeobject.c