[issue30177] pathlib.resolve(strict=False) only includes first child

2017-05-28 Thread Richard Cooper
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

[issue29851] importlib.reload references None object

2017-03-18 Thread Richard Cooper
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

[issue1389051] imaplib causes excessive fragmentation for large documents

2008-01-24 Thread Richard Cooper
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