New submission from Simon Zack:

The python unittest module currently uses camel case. This feels rather 
inconsistent with the rest of the python library, which is in lower case and 
follows PEP8.

Would it be a good idea to add lower-case aliases, and possibly deprecate the 
camel case methods in the future?

----------
components: Library (Lib)
messages: 225673
nosy: simonzack
priority: normal
severity: normal
status: open
title: unittest lowercase methods
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22250>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to