[issue32958] socket module calls with long host names can fail with idna codec error

2020-07-24 Thread Aaron Black
Aaron Black added the comment: joseph.hackman I don't think that the 63 character limit on a label is the problem specifically, merely it's application. The crux of my issue was that credentials passed with the url in a basic-authy fashion (as some services require) count against

[issue32958] socket module calls with long host names can fail with idna codec error

2018-03-02 Thread Aaron Black
Aaron Black <aaron.bl...@jpl.nasa.gov> added the comment: Just to be clear, I don't know if the socket needs to support 64 character long host name sections, so here's an example url that is at the root of my problem that I'm pretty sure it should support: >>> impo

[issue32958] Urllib proxy_bypass crashes for urls containing long basic auth strings

2018-02-26 Thread Aaron Black
New submission from Aaron Black <aaron.bl...@jpl.nasa.gov>: While working on a custom conda channel with authentication, I ran into the following UnicodeError: Traceback (most recent call last): File "/Users/ablack/miniconda3/lib/python3.6/site-packages/conda/core/repodata.py&