[21:10:31] <jaraco> It means "You're doing good work" (in Japanese)
[21:10:42] <Arfrever> And if you fully clear browser cache (Ctrl+Shift+Del in Firefox) and refresh page?
[21:11:14] <Jurko> anyone here familiar with setuptools internals and how it switches its zip file?
[21:11:41] <jaraco> Arfrever, same after clearing all cache entries.
[21:11:45] <Jurko> I'm trying to find out why setuptools raises ZipImportErrors when it tries to upgrade it...
[21:12:28] <Jurko> Arfrever: I had nothing cached to start with...
[21:20:39] <Arfrever> dstufft: Why would https://pypi.python.org/pypi/setuptools reproducibly show me version 3.3 with empty browser cache and 3.4.3 otherwise?
[21:35:11] <Jurko> As for the setuptools/ZipImportError bug... I have it reliably reproduced using bleeding-edge setuptools and debug build bleeding-edge CPython... if anyone's interested in chiming in with suggestions...
[23:20:52] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[23:20:52] <pmxbot> Add test capturing overmatching in new find_packages. Ref #184.