[Patches] [Patch #102940] Use only printable Unicode chars in reporting % errors

noreply@sourceforge.net noreply@sourceforge.net
Tue, 19 Dec 2000 14:50:25 -0800


Patch #102940 has been updated. 

Project: python
Category: core (C code)
Status: Closed
Submitted by: akuchling
Assigned to : tim_one
Summary: Use only printable Unicode chars in reporting % errors

Follow-Ups:

Date: 2000-Dec-19 14:50
By: akuchling

Comment:
Checked in with Tim's modification and closed.
-------------------------------------------------------

Date: 2000-Dec-19 14:16
By: tim_one

Comment:
Change 127 to 126 and we're golden (chr(127) isn't printable).
-------------------------------------------------------

Date: 2000-Dec-19 14:09
By: akuchling

Comment:
As discussed on python-dev... this uses ? for characters not between
32 and 127.  Randomly assigning to... Tim!
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102940&group_id=5470