David W. Lambert <lamber...@corning.com> added the comment:

Python 3.0rc1+ (py3k, Nov  5 2008, 14:44:46) [GCC 3.4.6 20060404 (Red 
Hat 3.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" 
for more information.
>>> ' '.isprintable()  # probably no surprise:
False
>>> import sys
>>> sys.getdefaultencoding()
'utf-8'

----------
nosy: +LambertDW

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5126>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to