[02:02:53] <Alex_Gaynor> What kind of error do you get?
[02:05:53] <dm7freek> It keeps asking for credentials so I'm guessing Incorrect Password? Perhaps the sanitizer is overzealous?
[02:06:26] <dm7freek> If I reset my password to contain only upper and lowercase letters and a number, i can log in
[02:07:09] <Alex_Gaynor> dm7freek: pff, I think I see the issue
[02:08:00] <elarson> buck1, dstufft: re cachecontrol PR #41, just to be sure I understand the commentary correctly, the name munging we are talking about is the use of _CallbackFileWrapper__fp right?
[02:08:23] <Alex_Gaynor> dm7freek: ^ I suspect that fixes the issue
[02:08:41] <Alex_Gaynor> I just randomly grepped some code and sent a PR without ever testing it though lol, so someone should seriously review it
[02:09:34] <dm7freek> I could see how that would do it haha right on!
[02:09:44] <Alex_Gaynor> elarson: I mean, I loaded up webui.py in my browser and used cmd-f :-)
[02:27:28] <dm7freek> Just out of curiosity (I know I could figure this out on my own, but I don't feel like resetting my password), can you log in to PyPI using the email address on file instead of username?
[02:32:14] <elarson> dstufft, buck1: did you guys need another cachecontrol release?
[02:32:54] <elarson> if so, just let me know and I'll push one out
[02:57:00] <buck1> elarson: a release would let us sqash this bug in the pip test suite, yes
[03:02:44] <buck1> elarson: you seem to be wrapping your comments to 70 columns?
[23:57:26] <tdsmith> Hi #pypa (and buck1)! What is my range of expectations for a binary C extension built against a UCS2 Python 2.7 and imported from a UCS4 Python 2.7? Does this always work? Always fail? Sometimes fail mysteriously?