earl / beanstalkc

A simple beanstalkd client library for Python
Apache License 2.0
458 stars 115 forks source link

use pep8 standard #48

Closed GuoJing closed 10 years ago

GuoJing commented 10 years ago

hi

pep8 is best Python coding standard I think.

If you don't like it, just close the PR.

Thanks. :smiley:

earl commented 10 years ago

Thanks for the critical look regarding PEP-8 violations. As I try to keep this simple file as clean as possible, I very much appreciate that.

I added my remarks regarding the specific suggestions as line comments.

earl commented 10 years ago

See 14e109d671e92a6552bb20d61b66e0d0c1bd4f5d for the fix of the hanging indent.

GuoJing commented 10 years ago

@earl Great! Thanks, I relearned PEP8 standard by this discussion, Thank you!