Re: Re: pygettext dilemma
"Martin v. Loewis" <[email protected]>
| Newsgroups | gmane.comp.python.internationalization |
|---|---|
| Message-ID | <[email protected]> |
> That's a good point (and would be neat!) but in that case, wouldn't > you want all the docstrings to be extracted? I.e. you wouldn't want > to just extract some docstrings in a module, but not all? Certainly, yes. In fact, I hacked François' xpot to find foo__doc__[] strings in C sources also, since those doc strings are probably the ones that people are most frequently confronted with. Regards, Martin