Richard Cooper added the comment:
Pull Request (PR 1649) treats this as a documentation problem. I would argue
that the documentation is correct and this is a bug in the code.
The `strict` flag was added as a result of issue19717. The decision on what to
do when strict=False seems to come in
New submission from Richard Cooper:
importlib.reload doesn't work; gives an error about NoneType having no name
attribute.
See attached a simple repo testcase
When run it yields the following [disappointing] result. I'm running
Python3.0.6.1 (installed from brew) on O
Richard Cooper added the comment:
I think I was just bitten by the non-SSL version of this bug on Python 2.5.1
(r251:54863) on Mac
OS 10.5. It manifested itself as a "malloc error: can't allocate region" while
downloading a
message using imaplib.
As suggested by effbot