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 ncoghlan
Recipients Arfrever, BreamoreBoy, barry, christian.heimes, eric.araujo, ethan.furman, georg.brandl, gotgenes, hct, lemburg, mark.dickinson, martin.panter, ncoghlan, pitrou, rhettinger, serhiy.storchaka, terry.reedy, vstinner, wiggin15
Date 2015-04-13.14:03:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428933827.35.0.452788681902.issue9951@psf.upfronthosting.co.za>
In-reply-to
Content
Arnon is here at the PyCon 2015 sprints, so bringing the current status up to date:

= Why *.hex()? =

* That's the name in PEP 358
* That's the name of the comparable float method

= Why add it to the builtin types? =

* To provide One Obvious Way To Do It, rather than the current 5 (or so) non-obvious ways listed above
* That's what PEP 358 proposed

= Why postpone configurability and str.format() integration? =

* Because these are more complex questions that can be left out of the "minimum useful feature" of new methods on the builtins and hence have been moved out to issue 22385 (which depends on this issue, and would likely require a PEP to resolve all the technical details)
History
Date User Action Args
2015-04-13 14:03:47ncoghlansetrecipients: + ncoghlan, lemburg, barry, georg.brandl, rhettinger, terry.reedy, mark.dickinson, pitrou, vstinner, gotgenes, christian.heimes, eric.araujo, Arfrever, BreamoreBoy, ethan.furman, wiggin15, martin.panter, serhiy.storchaka, hct
2015-04-13 14:03:47ncoghlansetmessageid: <1428933827.35.0.452788681902.issue9951@psf.upfronthosting.co.za>
2015-04-13 14:03:47ncoghlanlinkissue9951 messages
2015-04-13 14:03:47ncoghlancreate