J2 paper 0.2.1

Andrew Durdin adurdin at gmail.com
Mon Aug 23 02:28:18 EDT 2004


On Sun, 22 Aug 2004 22:19:31 -0700, Robert Brewer <fumanchu at amor.org> wrote:
> The first draft of the J2 proposal is ready. You can read it here:
> http://www.aminus.org/rbre/python/pydec.html

A very nice job. Regarding the suggestion for "using" in Argument III:

"""
    * It "reads correctly" in every use case.
"""

Can you include an example with the "using" keyword, so that the
reader doesn't have to construct one himself to see how this might be
so?

e.g.

using:
    memoize
    classmethod
    synchronize
    funcattrs(author="Guido Van Rossum")
def foo(cls, *args):
    pass



More information about the Python-list mailing list