[issue1538691] Patch cElementTree to export CurrentLineNumber

2009-04-18 Thread Robin Bryce
Robin Bryce added the comment: > In the upstream 1.0.6, the ParseError exception has a position attribute > that contains a (line, column) tuple. That's fine for errors in the xml domain. Its not enough if I'm reporting errors in the application domain - where I wont have a ha

[issue1940] curses.filter can not be used as described in its documentation

2008-01-26 Thread Robin Bryce
New submission from Robin Bryce: curses.filter forces the top most window to 1 line tall and preserves existing tty content. It must be called *before* curses.initscr in order to acheive this. The python documentation states that curses.filter must be called before initscr but the