New submission from Damien Marié:
The Nose project moved from Google Code to Github, the link in the unittest
documentation didn't change.
How to reproduce:
- Go to https://docs.python.org/3.5/library/unittest.html
- Click on nose (in the "See also" section)
- See the Goog
Damien Marié added the comment:
A side note to justify the localization of IDLE:
I think the internationalization part is important, It's a nearly invisible
overhead for the code but it will be helpful for example:
- In France, most of the highschool student have to learn python so they
Damien Marié added the comment:
Here is a new patch featuring:
_ a setting to disable idle i18n
_ a documentation
Things needed:
_ taking into account Windows (where IDLE is mainly used)
_ a much in-depth translation of the interface: Context-menu, dialogs, ...
_ unit-testing it
To test it by
New submission from Damien Marié:
Following the issue 17760
Internationalization should be implemented.
I propose to implement it as an optionnal settings first. And with the gettext
library.
I'm not experienced with the idlelib module but here is a first patch, don't
hesitate to