[Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3
Nick Coghlan
ncoghlan at gmail.com
Thu Sep 18 13:51:35 CEST 2014
More information about the Python-ideas mailing list
Thu Sep 18 13:51:35 CEST 2014
- Previous message: [Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3
- Next message: [Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 Sep 2014 21:22, "Stephen J. Turnbull" <stephen at xemacs.org> wrote: > > Of course we should wait to see if Guido or other reliable oracle has > a particular opinion, but I really don't think we're going to get > proof without trying. 3.5 is still a year or so away, so we have time to ponder the details. I do think it's a good direction to be considering, though. Note also that this is something that could (and probably should) be experimented with on PyPI via a wrapper class that iterated over a wrapped buffer exporter in __format__. Cheers, Nick. > > _______________________________________________ > Python-ideas mailing list > Python-ideas at python.org > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140918/dc01233c/attachment.html>
- Previous message: [Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3
- Next message: [Python-ideas] Stop displaying elements of bytes objects as printable ASCII characters in CPython 3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list