surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Use doc strings for method, file, and class comments #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
oauth.py uses comments instead of docstrings, so they are not accessible
via __doc__.  See the PEP: http://www.python.org/dev/peps/pep-0257/

Attached is a fix.  The patch also fixes 80-character indenting and blank
lines between module-level classes and functions (see the PEP
http://www.python.org/dev/peps/pep-0008/).

Original issue reported on code.google.com by ben%stec...@gtempaccount.com on 18 Feb 2009 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by leah.culver on 27 Feb 2009 at 2:03

GoogleCodeExporter commented 9 years ago
Thanks so much! I've added these changes minus the parts.scheme, parts.netloc,
parts.path stuff since this is incompatible with old versions of Python (2.3 and
older I think). I applied the patch manually so please let me know if I've 
missed
anything!

Original comment by leah.culver on 8 Apr 2009 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by leah.culver on 8 Apr 2009 at 12:33