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 ezio.melotti, larry, michael.foord, python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-11-16.03:00:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416106802.77.0.502859845381.issue22823@psf.upfronthosting.co.za>
In-reply-to
Content
OK, someone can copy and paste this.

non_defaults = {
     '__get__', '__set__', '__delete__', '__reversed__', '__missing__',
     '__reduce__', '__reduce_ex'__, '__getinitargs__', '__getnewargs__',
     '__getstate__', '__setstate__', '__getformat__', '__setformat__',
     '__repr__', '__dir__', '__subclasses__', '__format__',
)
History
Date User Action Args
2014-11-16 03:00:02terry.reedysetrecipients: + terry.reedy, rhettinger, larry, ezio.melotti, michael.foord, python-dev, serhiy.storchaka
2014-11-16 03:00:02terry.reedysetmessageid: <1416106802.77.0.502859845381.issue22823@psf.upfronthosting.co.za>
2014-11-16 03:00:02terry.reedylinkissue22823 messages
2014-11-16 03:00:02terry.reedycreate