New submission from dlfjessup :
I am running IDLE on Windows XP. The version information when IDLE
boots is:
Python 3.0 (r30:67507, Dec 3 2008, 20:14:27) [MSC v.1500 32 bit
(Intel)] on win32
I ran the following test case:
>>> ' '.isprintable()
False
However
New submission from dlfjessup <[EMAIL PROTECTED]>:
In the documentation for Format Strings
(http://docs.python.org/dev/3.0/library/string.html#formatstrings), the
grammar has the following rule:
> conversion::= "r" | "s"
However, the documentation lat