You need to sign in or sign up before continuing.
-
Guido van Rossum authored
dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary.
795ba583
dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary.