fish-shell/share/tools
Simonas Kazlauskas 10dfca1a75 Decode data in python3 – Fixes #265.
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.
2012-08-19 23:19:07 +03:00
..
web_config Decode data in python3 – Fixes #265. 2012-08-19 23:19:07 +03:00
bash_converter.py Some improvements in bash configuration importer script 2012-06-12 11:08:30 +05:30
create_manpage_completions.py Fix for https://github.com/fish-shell/fish-shell/issues/105 2012-07-08 17:35:07 -07:00
deroff.py Don't generate completions if we already have bespoke completions in the data directory 2012-06-18 13:59:34 -07:00
import_bash_settings.py Some improvements in bash configuration importer script 2012-06-12 11:08:30 +05:30