New submission from Ali Razmjoo:
Regarding #3468 discussion, there is the same bug was in argparse (and
optparse) which fixed in this PR. utf8 is not supported in argprase module
#3478: https://github.com/python/cpython/pull/3577
current pr: https://github.com/python/cpython/pull/3577
Regards
New submission from Ali Razmjoo:
Hello,
I using python 2.7.10 on windows and there isn't any problem with this readline
module, but it's not exist in python3.x on windows, is it possible to add it ?
how?
--
messages: 259322
nosy: Ali Razmjoo
priority: normal
severity: nor
New submission from Ali Razmjoo:
Hello,
I've got a problem while using threading in python 2.7.10 windows.
I copied errors in here https://gist.github.com/Ali-Razmjoo/d503171d338c6381f94f
with 845 threads,870 and 1000. there isn't any problem or error with 840-83