[issue3604] broken link in curses module docs

2008-09-06 Thread A.M. Kuchling
A.M. Kuchling <[EMAIL PROTECTED]> added the comment: This is fixed in the Python 2.6 documentation, where the HOWTOs have been incorporated and the link is therefore automatic. Thanks for your report! -- nosy: +akuchling resolution: -> fixed status: open -> closed __

[issue3604] broken link in curses module docs

2008-08-19 Thread Matt Beaumont-Gay
New submission from Matt Beaumont-Gay <[EMAIL PROTECTED]>: The link to the "Curses Programming with Python" page on the curses module doc page (http://www.python.org/doc/lib/module-curses.html) is broken; the correct link is apparently 'http://docs.python.org/dev/howto/curses.html'. -- a