From: Kenneth Reitz Date: Fri, 25 Feb 2011 13:11:10 +0000 (-0500) Subject: hacking whitespace fixes X-Git-Tag: v0.3.0^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd01f8661ebaa4840598e04ba909b6a5663b6e64;p=services%2Fpython-requests.git hacking whitespace fixes --- diff --git a/HACKING b/HACKING index 018f9b7..f23d6fb 100644 --- a/HACKING +++ b/HACKING @@ -1,14 +1,15 @@ -Where possible, please follow PEP8 with regard to coding style. Sometimes the line -length restriction is too hard to follow, so don't bend over backwards there. +Where possible, please follow PEP8 with regard to coding style. Sometimes the +line length restriction is too hard to follow, so don't bend over backwards +there. -Triple-quotes should always be """, single quotes are ' unless using " -would result in less escaping within the string. +Triple-quotes should always be """, single quotes are ' unless using " would +result in less escaping within the string. -All modules, functions, and methods should be well documented reStructuredText for -Sphinx AutoDoc. +All modules, functions, and methods should be well documented reStructuredText +for Sphinx AutoDoc. All functionality should be available in pure Python. Optional C (via Cython) implementations may be written for performance reasons, but should never replace the Python implementation. -Lastly, don't take yourself too seriously :) \ No newline at end of file +Lastly, don't take yourself too seriously :)