On Mon, Oct 18, 2010 at 10:45 PM, Éric Araujo <mer...@netwok.org> wrote:
> (A note about PEP 8 compliance: Module names have been mostly fixed, but
> not all function/method names, for example in logging and unittest.  If
> I recall correctly, readability did not seem to make all the rewrites
> worth it.)

Correct. We went through this for one module that I recall (threading)
and that was annoying enough that we mostly left things alone after
that unless they were truly obnoxious.

For threading we were able to clean a lot of things up in the process
(such as adding properties where appropriate), but even so, we still
made sure all the old names continued to work.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
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

Reply via email to