2008/5/31 r. m. oudkerk <[EMAIL PROTECTED]>: > I am certainly open to using lowercase/lower_case_with_underscores for > all functions/methods except for Process's methods and possibly > currentProcess(), but I would like some feed back on that.
I dislike mixedCase, but consistency with the rest of the library is more important - and as processing is matching the API of threading, which used mixedCase, it should follow that convention. Wasn't there some talk of changing modules to use PEP 8 conventions (lowercase_with_underscore) as part of the Python 3.0 conversion? Did that ever happen? Paul. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com