From: Florent R. <f.r...@fr...> - 2015-04-03 21:09:03
|
Hello, Jakub Warmuz <jak...@gm...> wrote: > Debian squeeze (afftected, deb version: 1.1-20100428-1): > > root@le-squeeze:~# dialog --print-version --stderr >/dev/null > root@le-squeeze:~# dialog --print-version --stderr >/dev/null | wc > 0 0 0 > > and for wheezy (unaffected, deb version: 1.1-20120215-2): > > root@le-wheezy-64:~# dialog --print-version --stderr >/dev/null > Version: 1.1-20120215 > > I'm afraid --stderr in squeeze is broken as well :( Okay. I've pushed a workaround that works on squeeze with Python 3.1, along with a few other fixes for bugs uncovered by the "new" test environment. They are in the master branch of the Git repo (http://pythondialog.sourceforge.net/), i.e. for Python 3. I will backport them to Python 2. -- Florent |