[19:27:36] <moben> I was just wondering why I get a completely different result for python3 :)
[19:28:09] <moben> given that the bdist_wheel.py files are identical afaict
[20:06:51] <dstufft> moben: might be hash randomization
[20:07:00] <dstufft> Pytohn 3.x randomizes the hash seed by default, python 2 doesn't
[20:07:12] <dstufft> if those values are ever in a dict anyways
[21:55:11] <toumorokoshi> dstufft: sorry I haven’t been in the channel, a lot of real life stuff came up
[21:56:10] <toumorokoshi> I have some time to work on warehouse again though, as you can probably tell from my pull request :) let me know if I should keep doing the auth stuff or there’s something else I can do to help
[21:59:42] <dstufft> toumorokoshi: awesome :) My time is week on week off for packaging stuff and i'm working on trying to get pip 1.6 ready before I swap back to Warehouse
[22:01:07] <toumorokoshi> dstufft: sounds good! I have a couple more features to finish before gui reg is a complete workflow anyway, so I’ll tackle those in the meantime.