Strip out _urlfetch function, will fix write()
[fuse-mediawiki.git] / HACKING
blobba9d29c4bb5a89f121d364306fdb628e8366ac71
1 Something very important while debugging: put a -f at the end of your command
2 line to prevent Python from forking (so you can see any Python tracebacks that
3 come up) or a -d at the end of your command line to get a ridiculous amount of
4 debugging info.
6 Follow PEP 8.
7   http://www.python.org/dev/peps/pep-0008/
9 PEP 8 in a nutshell:
10   Use 4 spaces per indentation level.
11   Never mix tabs and spaces.
12   Limit all lines to a maximum of 79 characters.
14 But what if Ian didn't follow PEP 8?
15   Send him an email with a patch or a mention of the problem.
16   <ianweller@gmail.com>