Localizing docstrings
Gerson Kurz
gerson.kurz at t-online.de
Sun Dec 8 14:24:36 EST 2002
More information about the Python-list mailing list
Sun Dec 8 14:24:36 EST 2002
- Previous message (by thread): Localizing docstrings
- Next message (by thread): Overflow exceptions are slow!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Not quite: I use docstrings so that I can extract documentation (e.g. using pydoc), so I want to generate a) english docs, b) german docs, c) .... z) swaheli docs. OK, not really, but you get the idea. But in the end I'll guess I'll do what every real programmer [*] does: skip the documentation altogether and leave that to the maintenance people ;) [*] http://www.lunetix.de/docs/RP/real_programmers2.html
- Previous message (by thread): Localizing docstrings
- Next message (by thread): Overflow exceptions are slow!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list