[issue44228] [urllib] Error with handling of urllib.parse.quote. Terminates halfway
New submission from Swee Tat Lim : Running this python3 -c "import urllib.parse; print (urllib.parse.quote('ab$cd&efg#hij$klm'))" Results: ab%26efg%23hij Expected Result: ab%26efg%23hij%26klm Not sure why it terminated midway -- components: Library (Li
[issue44228] [urllib] Error with handling of urllib.parse.quote. Terminates halfway
Swee Tat Lim added the comment: yeah. Please close. Definitely a problem with the parameter expansion. -- ___ Python tracker <https://bugs.python.org/issue44