Martin Meredith <[EMAIL PROTECTED]> added the comment:
Well, I can't offer a patch (as I said - I'm a python n00b) - but I can
offer suggestions.
1) show the functions as where they are - for example - splitext would
be shown as os.path.splitext(arguments)
2) header titles f
New submission from Martin Meredith <[EMAIL PROTECTED]>:
I'm a new python user (developing in python) and I recently had a
discussion with someone that my main issue with python is finding where
the functions are that I need to use.
An example (probably not the best) - I need
New submission from Martin Meredith <[EMAIL PROTECTED]>:
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 blin