keyword: remove docstrings to ease translation

Dirkjan Ochtman dirkjan at ochtman.nl
Tue Feb 10 08:34:49 CST 2009


On Tue, Feb 10, 2009 at 15:25, Bill Barry <after.fallout at gmail.com> wrote:
> Does python have some sort of attribute mechanism?
>
> We could do something like:
>
> [public]
> def commit( ...

We have decorators; PEP 318.

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list