[issue9770] curses.ascii.isblank() function is broken. It confuses backspace (BS 0x08) with tab (0x09)

akira report at bugs.python.org
Thu Jul 24 15:20:09 CEST 2014


akira added the comment:

I've made the title more explicit: "curses.isblank function doesn't match
ctype.h" -> "curses.ascii.isblank() function is broken. It confuses
backspace (BS 0x08) with tab (0x09)"

If a core developer could review the open questions from the 
previous message msg221008 then I could prepare a proper patch for the 
issue.

----------
title: curses.isblank function doesn't match ctype.h -> curses.ascii.isblank() function is broken. It confuses backspace (BS 0x08) with tab (0x09)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9770>
_______________________________________


More information about the Python-bugs-list mailing list