[Python-3000] drop vars() builtin?

Guido van Rossum guido at python.org
Sun Apr 9 04:30:06 CEST 2006


On 4/8/06, Neal Norwitz <nnorwitz at gmail.com> wrote:
> 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__.");

I dunno; but let's not rush it.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list