[16:35:28] <msabramo> /Users/marca/python/virtualenvs/pip/lib/python2.7/site-packages/pkg_resources.py:2443: PEP440Warning: 'pip (dev)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
[19:36:37] <ionelmc> cause on windows it just outputs the raw escape sequences, eg: ←[K 100% |################################| 1.8MB 1.1MB/s ta 0:00:011
[19:37:23] <ionelmc> wondering if there's something wrong
[19:37:34] <dstufft> on windows we use colorama to color the output
[19:37:52] <dstufft> I didn't even know the progress bars worked on windows heh
[19:58:17] <collinanderson> dstufft: perfect. pyv is also ok
[19:58:27] <ionelmc> collinanderson: it needs to be longer, you have to suffer a bit to use it, cause dstufft is gonna suffer a lot to implement it hehehe
[19:58:38] <Alex_Gaynor> dstufft: this mean you're not going to write the pep
[21:23:59] <ionelmc> dstufft: seems to work fine with https://github.com/mgedmin/virtualenv/commit/eabbdec009e90ba40bafb31305a80b5048f5dcb0 - any idea what happen with that commit?
[21:47:16] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[21:47:16] <pmxbot> Add test making explicit the expectation that pkg_resources shouldn't import setuptools (or be dependent on it in any way). Ref #311.
[22:03:56] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[22:03:56] <pmxbot> Moved pkg_resources into its own package.
[22:03:56] <pmxbot> Move vendored packaging module into pkg_resources._vendor, restoring independence of pkg_resources from setuptools. Fixes #311.
[22:12:17] <msabramo> oh wow, pkg_resources separated form setuptools
[22:12:42] <dstufft> it's own import package, not distribution package
[22:26:15] <pmxbot> jaraco pushed 5 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[22:26:15] <pmxbot> Setuptools now uses the 'packaging' package from pkg_resources, unifying the behavior around resolution of that package.