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 josh.r
Recipients YoSTEALTH, eric.snow, gregory.p.smith, josh.r, lisroach, ncoghlan, ned.deily, pablogsal, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2018-02-01.01:14:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517447686.01.0.467229070634.issue31356@psf.upfronthosting.co.za>
In-reply-to
Content
YoSTEALTH: I think this is one of those cases where the fact of it being a class is incidental; it's used the same as if it were a function, and just happens to be implemented as a class (the docs actually describe it in terms of a function). PEP8 guidance on CapWords for class names isn't ironclad, particularly when being a class is more implementation detail than design goal.
History
Date User Action Args
2018-02-01 01:14:46josh.rsetrecipients: + josh.r, rhettinger, gregory.p.smith, ncoghlan, pitrou, ned.deily, eric.snow, serhiy.storchaka, yselivanov, YoSTEALTH, lisroach, pablogsal
2018-02-01 01:14:46josh.rsetmessageid: <1517447686.01.0.467229070634.issue31356@psf.upfronthosting.co.za>
2018-02-01 01:14:45josh.rlinkissue31356 messages
2018-02-01 01:14:45josh.rcreate