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
2012-08-15 00:57:56 -07:00
2010-09-18 10:18:26 +08:00
2012-07-19 10:59:11 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2010-09-18 10:18:26 +08:00
2010-09-18 10:18:26 +08:00
2010-09-18 10:18:26 +08:00
2012-05-09 03:06:10 -07:00
2012-05-09 03:06:10 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-04 11:34:45 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-04 11:34:45 -07:00
2012-03-25 16:00:17 -07:00
2012-08-15 00:57:56 -07:00
2010-09-18 10:18:26 +08:00
2012-01-23 20:02:15 -08:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-05-09 03:30:09 -07:00
2012-03-03 21:46:06 -08:00
2012-05-04 18:37:12 -07:00
2012-05-07 12:55:13 -07:00
2012-05-07 12:55:13 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2012-08-15 00:57:56 -07:00
2005-09-20 23:26:39 +10:00
2012-06-05 01:22:25 -07:00
2012-08-17 17:41:55 -07:00
2012-08-15 00:57:56 -07:00
2012-08-04 11:34:45 -07:00
2012-08-04 11:34:45 -07:00
2005-09-20 23:26:39 +10:00
2011-12-26 19:11:54 -08:00
2005-09-20 23:26:39 +10:00
2005-09-20 23:26:39 +10:00
2005-09-20 23:26:39 +10:00
2010-09-18 10:14:14 +08:00

How to find documentation for fish
==================================

The fish documentation is distributed in an intermediate format. To
view it, you have to type:

  % make user_doc

Which will create the directory user_doc, containing html
documentation for fish. If you build and install fish, the
documentation will be available through the 'help' builtin.

After installation, you can start fish by typing fish in the
terminal. After fish has started, try using the help command for more
information.
Description
No description provided
Readme 52 MiB
Languages
C++ 70.9%
Shell 19.9%
Python 5.9%
CMake 1.3%
JavaScript 0.7%
Other 1.1%