[Python-ideas] Ordered storage of keyword arguments
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Oct 28 23:22:39 CEST 2010
M.-A. Lemburg wrote:
> Python has always tried
> to make the most common use case simple, so asking programmers to
> use a meta-class to be able to access the order of definitions
> in a class definition isn't exactly what the normal Python
> programmer would expect.
But needing to know the order of definitions in a class
is a very uncommon thing to want to do in the first
place.
--
Greg
More information about the Python-ideas
mailing list