[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-11-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b838cc3ff4e039af949c6a19bd896e98e944dcbe by Serhiy Storchaka (Chillar Anand) in branch 'master': bpo-18699: Corrected documentation for window.chgat in curses module (#1430)

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-11-04 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: -Python 3.5 ___ Python tracker

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: docs@python -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-05-04 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1558 ___ Python tracker ___

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-04-26 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: I think this is a documentation issue. curses.chgat() documentation tries to describe different signatures in one place and some of these signatures change the behavior of the function. For example, curses.chgat() calls mvwchgat() when users pass y and x to it

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2014-06-25 Thread IronGrid
IronGrid added the comment: I get this error with 3.2.3, running Debian Stable. It's annoying because this error prevents curses apps from being able to highlight the current line. -- nosy: +IronGrid versions: +Python 3.2 ___ Python tracker

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2014-06-19 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a comment on this please. -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18669

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2013-08-06 Thread productivememberofsociety666
New submission from productivememberofsociety666: According to docs.python.org/2/library/curses.html#chgat (or any other version), curses.chgat() is not supposed to move the cursor at all. This is true if you don't give it x,y coordinates, but if you do, the cursor does in fact move to those

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2013-08-06 Thread productivememberofsociety666
Changes by productivememberofsociety666 productivememberofsociety...@sol.fr.am: Removed file: http://bugs.python.org/file31175/chgat-bug.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18669 ___

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2013-08-06 Thread productivememberofsociety666
Changes by productivememberofsociety666 productivememberofsociety...@sol.fr.am: Added file: http://bugs.python.org/file31178/chgat-bug.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18669 ___