fish-shell/share
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
..
completions Implement completion for 'dd'. 2012-08-12 22:05:12 +10:00
functions Disable file completion descriptions per https://github.com/fish-shell/fish-shell/issues/279 2012-08-15 18:20:44 -07:00
tools Decode data in python3 – Fixes #265. 2012-08-19 23:19:07 +03:00
config.fish Large set of changes related to making fish relocatable, and improving the build and install story. 2012-07-08 15:20:39 -07:00