]> granicus.if.org Git - python/commit
Add values to tp_getattro and tp_flags so that dir(Ellipsis) will
authorGuido van Rossum <guido@python.org>
Tue, 30 Oct 2001 02:40:52 +0000 (02:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Oct 2001 02:40:52 +0000 (02:40 +0000)
commitd82fb78b5c0a8d9bd319da360881de1f754842c1
tree222463e0202d8948305b1ce07e4fbc45e075c96c
parented87ad876bf195b22d08eefb9328e548a30f8795
Add values to tp_getattro and tp_flags so that dir(Ellipsis) will
return the same as dir(None).
Objects/sliceobject.c