[issue6771] Curses.wrapper: documentation/implementation error

2011-06-18 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue6771] Curses.wrapper: documentation/implementation error

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c96c3adbcd1 by R David Murray in branch 'default': #6771: Move wrapper function into __init__ and eliminate wrapper module http://hg.python.org/cpython/rev/9c96c3adbcd1 -- ___ Python tracker

[issue6771] Curses.wrapper: documentation/implementation error

2011-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc78ab3f7bc5 by R David Murray in branch '2.7': #6771: fix docs: curses.wrapper is exposed as a function, not a module http://hg.python.org/cpython/rev/dc78ab3f7bc5 New changeset f9b4cfc19264 by R David Murray in branch '3.2': #6771: fix docs: curs

[issue6771] Curses.wrapper: documentation/implementation error

2011-01-14 Thread Radiant
Radiant added the comment: Adding version=3.2 and component=Documentation. -- assignee: -> docs@python components: +Documentation nosy: +Radiant, docs@python versions: +Python 3.2 ___ Python tracker __

[issue6771] Curses.wrapper: documentation/implementation error

2010-05-31 Thread July Tikhonov
July Tikhonov added the comment: I think, since curses.wrapper is actually a function (and module named curses.wrapper cannot be trivially accessed), we can just modify docs, stripping out any mentions of module, instead documenting the function. We can leave the module 'curses.wrapper' and l

[issue6771] Curses.wrapper: documentation/implementation error

2009-08-28 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: documentation/implementation error -> Curses.wrapper: documentation/implementation error ___ Python tracker ___