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 terry.reedy
Recipients docs@python, ncoghlan, rhettinger, terry.reedy
Date 2018-07-17.01:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531792487.88.0.56676864532.issue34118@psf.upfronthosting.co.za>
In-reply-to
Content
SO user abarnert, who I presume is bpo abarnert (Andrew Barnert) claims that "Create a new dictionary. The dict object is the dictionary class." sounds a bit like dict returns the dictionary class.  It is different from "Return a new set object, ... . set is a built-in class."  I like the latter better and will use it as the pattern.
History
Date User Action Args
2018-07-17 01:54:47terry.reedysetrecipients: + terry.reedy, rhettinger, ncoghlan, docs@python
2018-07-17 01:54:47terry.reedysetmessageid: <1531792487.88.0.56676864532.issue34118@psf.upfronthosting.co.za>
2018-07-17 01:54:47terry.reedylinkissue34118 messages
2018-07-17 01:54:47terry.reedycreate