[Python-3000] drop vars() builtin?

Neal Norwitz nnorwitz at gmail.com
Sun Apr 9 03:42:26 CEST 2006


Is there a benefit to keeping vars()?

"vars([object]) -> dictionary\n\
\n\
Without arguments, equivalent to locals().\n\
With an argument, equivalent to object.__dict__.");

n


More information about the Python-3000 mailing list