Call for signatories for J2

Walter Dörwald walter at livinglogic.de
Thu Aug 26 07:15:29 EDT 2004


Using decorators for docstrings would look much better
with the J2 proposal:

using:
    """
    ...
    """
def foo(bar):
    ...

instead of

@doc("""
...
""")
def foo(bar):
    ...

(Of course this requires special support for a bare string
inside the using suite)

And folding would really be helpful with long docstrings.

Consider this a vote for the J2 proposal.

Bye,
    Walter Dörwald





More information about the Python-list mailing list