[16:47:41] <pmxbot> Use io.open for changes file as well to support UTF-8 encoding.
[16:47:41] <pmxbot> Use iterables to determine the best filename to use for changes.
[16:47:41] <pmxbot> necessary to explicitly invoke 'iter' in Python 2
[16:50:07] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:50:07] <pmxbot> Bumped to 5.1 in preparation for next release.
[16:50:07] <pmxbot> Added tag 5.1 for changeset 3a948b6d01e3
[16:50:07] <pmxbot> Bumped to 5.2 in preparation for next release.
[17:26:25] <xafer> I've a strange issue with python3.3 build: removing an useless function actually blocks the test...
[17:30:18] <xafer> https://github.com/xavfernandez/pip/blob/debug_stuck/pip/req/req_set.py#L501 with this function the test test_env_vars_override_config_file actually pass but if I remove it, it gets stuck :-/