Marcin Kasperski added the comment:
Hmm, I noticed this but accidentally and tried to port
https://github.com/pypa/setuptools/issues/1635 to new api. Well:
>>> import multiprocessing
>>> import sys
>>> reader =
>>> sys.modules['multiprocess
Marcin Kasperski added the comment:
Is this fix released? I can't find it in the changelog…
(I faced this bug on 3.5.2, released a couple of months after this bug was
closed…)
--
nosy: +Mekk
___
Python tracker
<https://bugs.python.org/is
Marcin Kasperski added the comment:
I found this bug while looking for suggestions how to add examples to
the optparse help call, but I feel there is a better and more general
solution - just provide some minimal formatting for description: treat
empty line as paragraph separator. Then I would