[niemeyer@conectiva.com: Re: [Python-Dev] Python's footprint] (original) (raw)

Martin v. Loewis martin@v.loewis.de
Fri, 18 Jan 2002 21:27:24 +0100


You should also consider the possibility of using the macros for translating the docs-strings. They are a form of markup.

While that is true, most of the current strings are marked-up already, by means of having an doc suffix. I have an extractor that understands this form of markup, and the Python .pot file in CVS has those strings extracted.

Regards, Martin