This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients jjanis, r.david.murray, terry.reedy
Date 2012-06-08.17:18:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339175881.21.0.31832538436.issue15019@psf.upfronthosting.co.za>
In-reply-to
Content
Jānis, please present examples as proper python -- indentation and comment char -- so others can copy/paste to run without editing.
In Idle (tkinter -- tk), '\0' is displayed as a wider space than ' '. The console is fixed pitch, so it cannot do that.

I suspect that the response of a window to \0 is window system dependent and probably out of our control. If so, this issue should be closed.
History
Date User Action Args
2012-06-08 17:18:01terry.reedysetrecipients: + terry.reedy, r.david.murray, jjanis
2012-06-08 17:18:01terry.reedysetmessageid: <1339175881.21.0.31832538436.issue15019@psf.upfronthosting.co.za>
2012-06-08 17:18:00terry.reedylinkissue15019 messages
2012-06-08 17:18:00terry.reedycreate