[issue3942] Usability issue from not being able to use defined start and end code block markers

Martin Meredith report at bugs.python.org
Tue Sep 23 03:53:26 CEST 2008


New submission from Martin Meredith <mez at ubuntu.com>:

Recently, a blind user posted on Stack Overflow asking whether there was
something that would allow them to use braces within python.

They have a point, with only tabs being show in the editor, it can be
very confusing for a blind user using a braille output, or a screen
reader to be able to tell exactly where in a code block they are. 

Specific Code Block Markers would allow them to understand this in a
more definate manner.

The question can be found at 

http://stackoverflow.com/questions/118643

Along with some suggestions.

It would be nice if this issue could be resolved in some manner. I
understand obviously, that the fact that python doesn't use braces etc
is why people like it, but the fact that this causes issues so that
python is barely usable by unsighted persons is something that I think
should be addressed.

----------
components: Interpreter Core
messages: 73612
nosy: Mez
severity: normal
status: open
title: Usability issue from not being able to use defined start and end code block markers
versions: Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, Python 2.2.3, Python 2.3, Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list