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 Amit.Saha
Recipients Amit.Saha, docs@python
Date 2018-05-13.03:54:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526183699.39.0.682650639539.issue33478@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 8 suggests class names and type variable names to be in CapWords case. However:

>>> import string
>>> string.capwords('CapWord')
'Capword'

Wondering if this this an oversight or am I misunderstanding something?
History
Date User Action Args
2018-05-13 03:54:59Amit.Sahasetrecipients: + Amit.Saha, docs@python
2018-05-13 03:54:59Amit.Sahasetmessageid: <1526183699.39.0.682650639539.issue33478@psf.upfronthosting.co.za>
2018-05-13 03:54:59Amit.Sahalinkissue33478 messages
2018-05-13 03:54:59Amit.Sahacreate