fish-shell/share/tools/web_config
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
..
delete.png Implemented history deletion from fish_config 2012-07-27 00:31:00 -07:00
index.html Fix to allow specifying an initial tab in fish_config 2012-07-27 13:40:43 -07:00
jquery.js Implemented history deletion from fish_config 2012-07-27 00:31:00 -07:00
webconfig.py Decode data in python3 – Fixes #265. 2012-08-19 23:19:07 +03:00