Call for signatories for J2

Paul McGuire ptmcg at austin.rr._bogus_.com
Thu Aug 26 05:32:31 EDT 2004


"Paul McGuire" <ptmcg at austin.rr._bogus_.com> wrote in message
news:bP9Xc.28243$v86.1203 at fe2.texas.rr.com...
> For.
>
> Paul McGuire
>
>
I'd also like to echo Alex Martelli's comments regarding 'per'.  I can live
with 'using', but the common case of

using:
    staticmethod
def foo():
    pass

reads better to me with 'per' as the keyword:

per:
    staticmethod
def foo():
    pass

(Interestingly, @ and 'per' are similar in that "12 @ $





More information about the Python-list mailing list