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 serhiy.storchaka
Recipients eric.smith, rhettinger, serhiy.storchaka
Date 2017-05-13.09:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494668454.97.0.641955800172.issue28974@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 7e19dbc92ec06a987eaae72f7cdfd32006aa4960 by Serhiy Storchaka in branch 'master':
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
https://github.com/python/cpython/commit/7e19dbc92ec06a987eaae72f7cdfd32006aa4960
History
Date User Action Args
2017-05-13 09:40:55serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.smith
2017-05-13 09:40:54serhiy.storchakasetmessageid: <1494668454.97.0.641955800172.issue28974@psf.upfronthosting.co.za>
2017-05-13 09:40:54serhiy.storchakalinkissue28974 messages
2017-05-13 09:40:54serhiy.storchakacreate