"Coyot Linden (Glenn Glazer)" <[email protected]> writes: > P.S. There are uses for urllib outside of standard web programming. I > recently needed to handle strings in query parameter format > (`?...&...&...`) and found urllib parse() the easiest way of doing > that even though I wasn't taking them in as a webservice. Deleting the > library would break this code. :(
+1. If urllib is removed, I would very much like to preserve at least the functionality of urlparse /somewhere/. -- Lincoln Auster they/them _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/C3JZDCWLCMED32Q4MFHMITI2QQGK2ME5/ Code of Conduct: http://python.org/psf/codeofconduct/
