mspieth / rssdler

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

Docstrings need improved #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. import rssdler
2. help(rssdler)
3. see UnicodeEncodeError

What is the expected output? What do you see instead?
Expect the help text. Get Exception traceback instead.

Please use labels and text to provide additional information.
Further, formatting of the docstrings sucks. Information is lacking, may be
out of date, or wrong.

Note: help() error from ThreadLink. help() on the rest of the module's
functions, classes, etc. should work.

Original issue reported on code.google.com by lostnihi...@gmail.com on 17 Dec 2007 at 6:08

GoogleCodeExporter commented 8 years ago
more specific bug now listed. this is so vague I didn't even realize what it 
was for.
issue #17 is the dupe

Original comment by lostnihi...@gmail.com on 10 Feb 2008 at 4:56