> Whu not > > isgraph() --> is_visible() > iscntrl() --> is_control() > isprint() --> is_printable() > > so "is" is more... visible? Please no -- we already have islower() etc. without the _. (And _ is a pain to type.) --Guido van Rossum (home page: http://www.python.org/~guido/)