This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author simonzack
Recipients simonzack
Date 2014-08-22.14:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408719448.02.0.0961602464064.issue22250@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-08-22 14:57:28simonzacksetrecipients: + simonzack
2014-08-22 14:57:28simonzacksetmessageid: <1408719448.02.0.0961602464064.issue22250@psf.upfronthosting.co.za>
2014-08-22 14:57:28simonzacklinkissue22250 messages
2014-08-22 14:57:27simonzackcreate