[22:21:41] <Arfrever> jaraco_: Re https://bitbucket.org/pypa/setuptools/commits/d9932598b86f9069bdfabc9d79e433c84958f070 : Why None is allowed to be passed to unittest.main()?
[22:24:14] <Arfrever> (It breaks test suite with Python 3.1 ("AttributeError: 'NoneType' object has no attribute 'run'").)
[22:27:18] <Arfrever> jaraco_: What do you think about http://people.apache.org/~Arfrever/setuptools-test.py.patch ?