mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 00:29:45 +08:00
10dfca1a75
In both in python2 and python3 parse_qs expects str object. In python2 it worked ok, because self.rfile was open in binary mode and str in python2 is actually a string of bytes. However in python3 str is actually string of unicode literals, not bytes and file was still open in binary mode. Thus, deleting any file with non-ascii byte inside filename failed in python3. Also, cgi.parse_qs is deprecated and shouldn't be used. |
||
---|---|---|
.. | ||
web_config | ||
bash_converter.py | ||
create_manpage_completions.py | ||
deroff.py | ||
import_bash_settings.py |