]> granicus.if.org Git - python/commit
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check...
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 29 Aug 2003 18:50:59 +0000 (18:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 29 Aug 2003 18:50:59 +0000 (18:50 +0000)
commitb738041c5db7a04b71ed4c3c8128dabc935ad60b
tree713c27e3a741413c2ed7c74e41c83da4d43cd45a
parente8792c1f65ebbcbd7958570c66c6bc4132052c12
Rework previous fix slightly; the &0x20 test seems useless, and the isprint() check mustn't prevent the meta-bit check at the end
Lib/curses/ascii.py