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 BreamoreBoy
Recipients BreamoreBoy, eric.smith, ezio.melotti, flox, hct, mark.dickinson, meador.inge, python-dev, r.david.murray
Date 2014-03-20.00:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395275756.81.0.713602396117.issue7994@psf.upfronthosting.co.za>
In-reply-to
Content
That's not an exception, you've not actually called the function.

>>> None.__format__('')
'None'
History
Date User Action Args
2014-03-20 00:35:56BreamoreBoysetrecipients: + BreamoreBoy, mark.dickinson, eric.smith, ezio.melotti, r.david.murray, flox, meador.inge, python-dev, hct
2014-03-20 00:35:56BreamoreBoysetmessageid: <1395275756.81.0.713602396117.issue7994@psf.upfronthosting.co.za>
2014-03-20 00:35:56BreamoreBoylinkissue7994 messages
2014-03-20 00:35:56BreamoreBoycreate