On Wed, 5 Aug 2015, William Stein wrote:
There's a (depressing) discussion about this problem here: http://stackoverflow.com/questions/27214065/how-to-docstring-in-python-for-multiple-languages
Assuming we would have all the needed software, how would we use them? Let's assume that foo(x) is documented in english and in ukrainian. Then somebody speaking only english adds an option so that we will have foo(x, bar=None). Now what? Delete ukrainian docstring? Let the patch be in needs_work until someone writes new docstrings for all used languages?
How this is done with tutorials etc? -- Jori Mäntysalo