Bug#535078: python2.5: print simple string, but messy output

2009-11-19 Thread Matthias Klose
reassign 535078 gnome-terminal thanks python doesn't have any influence how the terminal emulator represents unprintable characters. On 29.06.2009 09:12, zeal wrote: Package: python2.5 Version: 2.5.2-15 Severity: normal run the simple script as following: $cat test.py #!/usr/bin/python str

Bug#535078: python2.5: print simple string, but messy output

2009-06-29 Thread zeal
Package: python2.5 Version: 2.5.2-15 Severity: normal run the simple script as following: $cat test.py #!/usr/bin/python str = '\x19\x0c\x1a\x16\x00\x0e' print "%s" % str $./test.py ---messy output--- What's wrong? I'm not sure whether its python's bug or else. My terminal is gnome-terminal. Als