Hi, About a month ago, I opened BPO 46337 with regard to urllib's inflexible handling of URL schemes. (Another discussion (from 2013) occured in BPO-18828.) In my ticket, I proposed supplementing the hard-coded uses_* scheme lists that control URL parsing and joining behavior with an enum that may override behavior when calling a function that would effect it. (More detail is available in BPO 46337 and potential code is available in cpython PR#30520.)
Do you think this would be a generally useful/good thing to have? Comments, questions, feedback? This would be my first interaction with Python development, so I'm not too certain about where everything goes. Rereading the dev docs, it looks like the appropriate channel for discussion of this is on this mailing list, not BPO. Github just reminded me that my PR is stale, so I figured I'd retry this whole thing with a closer look at the dev documentation - thanks for bearing with me :) -- Lincoln Auster They/Them _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/UW7BV7UUKLAE5GRC5NCKFGLU4DKKHYXF/ Code of Conduct: http://python.org/psf/codeofconduct/