For example: print '%8s' % '\x1b[34mTEST\x1b[0m'
doesn't not indent 'TEST' whereas print '%8s' % TEST' works. -- http://mail.python.org/mailman/listinfo/python-list
For example: print '%8s' % '\x1b[34mTEST\x1b[0m'
doesn't not indent 'TEST' whereas print '%8s' % TEST' works. -- http://mail.python.org/mailman/listinfo/python-list