Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Isn't that normal? I though lowercase module name, uppercase class was the standard casing.

threading.Thread would seem to be consistent with the Google Python Style Guide (threading = module, Thread = Class)

http://google-styleguide.googlecode.com/svn/trunk/pyguide.ht...



the methods of threading.Thread are camel case (ie getName)

http://docs.python.org/2/library/threading.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: