Thomas Arendsen Hein added the comment:
Default python3 on Debian buster:
$ python3
Python 3.7.3 (default, Jan 22 2021, 20:04:44)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import email.mim
Thomas Arendsen Hein added the comment:
Roger Demetrescu, I filed the issue with "Python 2.4", because the behavior
changed somewhere between 2.4.2 and 2.4.3
The updated link to the MoinMoin bug entry is:
http://moinmo.in/MoinMoinBugs/ResetPasswordEmailImproperlyEncoded
The workar
Thomas Arendsen Hein added the comment:
I just stumbled across this problem when starting "idle3" in a directory
containing a copy of textwrap.py which was not compatible with python3.
In issue13506 idle3 was changed to behave like the regular python shell, i.e.
as described he