[issue44228] [urllib] Error with handling of urllib.parse.quote. Terminates halfway

2021-05-25 Thread Swee Tat Lim
Swee Tat Lim added the comment: yeah. Please close. Definitely a problem with the parameter expansion. -- ___ Python tracker <https://bugs.python.org/issue44

[issue44228] [urllib] Error with handling of urllib.parse.quote. Terminates halfway

2021-05-24 Thread Swee Tat Lim
New submission from Swee Tat Lim : Running this python3 -c "import urllib.parse; print (urllib.parse.quote('ab$cd#hij$klm'))" Results: ab%26efg%23hij Expected Result: ab%26efg%23hij%26klm Not sure why it terminated midway -- components: Library (Lib) messages: 394284 nos