[Python-3000] Support for PEP 3131 (some links to evidence of usage within communities)
Mike Krell
mbk.lists at gmail.com
Tue May 15 05:34:16 CEST 2007
> One example they give is
>
> -------------------------------------------
> i = revised(i);
> とか、
> i = RevisedByMarubatuMethod(i);
> とか、
> i = revised_by_marubatu_method(i);
>
> と書くよりは、
>
> i = ○×方式による補正を行う(i);
> -------------------------------------------
> And of course think the last one is the best.....
What, the one with all the question marks? :-)
Sorry, couldn't resist.
Mike
More information about the Python-3000
mailing list