[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package python3.2 - 3.2.3-0ubuntu3.1 --- python3.2 (3.2.3-0ubuntu3.1) precise-proposed; urgency=low * debian/patches/ncursesw-include.diff: - Refresh from quantal to fix curses build (LP: #1021783) -- Jason ContiThu, 26 Jul 2012 13:22:26 -0400 **

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-09-18 Thread Bradley M. Froehle
I can confirm that the provided test case fails in the old version (3.2.3-0ubuntu3) and passes with the package in precise-proposed (3.2.3-0ubuntu3.1). ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu B

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-09-13 Thread Martine Rossi
Sur mon ordinateur Ubuntu, j'essais d'installer "python deb" et autres 4 installations de "python".. mais je n'y parviens pas..! On me dit: "Vérifiez votre connexion à Internet".. Je ne comprends pas.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-09-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/python3.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To manage notifications about this

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-09-10 Thread Adam Conrad
Hello bellbind, or anyone else affected, Accepted python3.2 into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/python3.2/3.2.3-0ubuntu3.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See h

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-08-19 Thread Dmitrijs Ledkovs
Uploaded into precise-proposed, now pending approval. Unsubscribing ubuntu-sponsors. Thank you for your contribution! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python3.2 (Ubuntu Precise) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 T

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-26 Thread Micah Gersten
** Also affects: python3.2 (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-26 Thread Jason Conti
** Description changed: + [Precise SRU Justification] + + Valid python programs using the refresh method with the optional + arguments on a curses.newpad object will fail with a similar exception: + + Traceback (most recent call last): +   File "newpad-refresh.py", line 10, in + pad.refresh

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-26 Thread Jason Conti
Updated the fix from quantal for the version of python3.2 in precise. ** Patch added: "python3.2_3.2.3-0ubuntu3.1.debdiff" https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/1021783/+attachment/3237635/+files/python3.2_3.2.3-0ubuntu3.1.debdiff -- You received this bug notification beca

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-25 Thread bellbind
I reported the bug because of it is wanted to fix "for Precise" (not for Quantal). I found the bug when I tried the Python3 Official HOWTO doc: - http://docs.python.org/py3k/howto/curses.html It uses newpad function. But I do not know any packages using curses.newpad() with Python3. There may be

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Launchpad Bug Tracker
This bug was fixed in the package python3.2 - 3.2.3-3 --- python3.2 (3.2.3-3) unstable; urgency=low * Update to 20120709 from the 3.2 branch. Fixes: - Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". - Issue #1

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Barry Warsaw
Is this important enough for an SRU in Precise? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To manage notifications about this bug go

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Barry Warsaw
Thanks Jason. AFAICT, it looks like we can just sync the unstable version of Python 3.2 to Quantal now, since all of the Precise-era Ubuntu-specific changes have been merged back into the Debian package. I'll do some testing on Quantal and if looks good, I'll do the sync. -- You received this bu

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Jason Conti
My debdiff shouldn't be necessary anymore. It is fixed in the debian branch above (slightly differently), and it was fixed in python3.3 in the recent quantal upload (with the same debian/patches/ncursesw- configure.diff change). Sorry, I should have removed the patch tag when I noticed the fix the

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Barry Warsaw
I'll also note that this only affects Python 3.2 in Quantal; Python 3.3 does not crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-17 Thread Barry Warsaw
From-source build of Python 3.2 mercurial does not crash. Since I'm patch piloting today, I'll take ownership of the issue and review the fix. ** Changed in: python3.2 (Ubuntu) Assignee: Matthias Klose (doko) => Barry Warsaw (barry) ** Changed in: python3.2 (Ubuntu) Milestone: None => q

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-13 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/python3.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To manage notifications about this bug go to: https:

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-12 Thread Michael Terry
** Changed in: python3.2 (Ubuntu) Assignee: (unassigned) => Matthias Klose (doko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title: invalid behavior of curses.newpad().refresh() To

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-06 Thread Ubuntu Foundation's Bug Bot
The attachment "python3.2-fix-curses.debdiff" of this bug report has been identified as being a patch in the form of a debdiff. The ubuntu- sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. In the event that this is in fact not a patch

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-06 Thread Jason Conti
Affects the package in quantal as well. Part of the patch to enable linking to libncursesw5 seems to have been dropped between python2.7 and python3.2, so looking at the build log we see: checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no But in the

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python3.2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title:

[Bug 1021783] Re: invalid behavior of curses.newpad().refresh()

2012-07-06 Thread bellbind
** Attachment added: "the code that spawns the bug" https://bugs.launchpad.net/bugs/1021783/+attachment/3215139/+files/newpad-refresh.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021783 Title