Re: python b'...' notation

2013-05-30 Thread alcyon
On Wednesday, May 29, 2013 3:19:42 PM UTC-7, Cameron Simpson wrote: On 29May2013 13:14, Ian Kelly ian.g.ke...@gmail.com wrote: | On Wed, May 29, 2013 at 12:33 PM, alcyon st...@terrafirma.us wrote: | This notation displays hex values except when they are 'printable', in which case

python b'...' notation

2013-05-29 Thread alcyon
This notation displays hex values except when they are 'printable', in which case it displays that printable character. How do I get it to force hex for all bytes? Thanks, Steve -- http://mail.python.org/mailman/listinfo/python-list