[issue4488] Python Documentation not Newb Friendly

2008-12-02 Thread Martin Meredith
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

[issue4488] Python Documentation not Newb Friendly

2008-12-02 Thread Martin Meredith
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

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

2008-09-22 Thread Martin Meredith
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