Re: packages that raise string exceptions

2010-06-08 Thread Yaroslav Halchenko
FWIW: python-mvpa -- fixed and uploaded (0.4.5~dev23-1) python-mdp seems to be false positives ./python-mdp_2.5-1/usr/share/pyshared/mdp/test/test_nodes.py:raise Exception("LinearRegressionNode didn't raise " ./python-mdp_2.5-1/usr/share/pyshared/mdp/test/test_nodes.py:

Re: packages that raise string exceptions

2010-05-28 Thread Piotr Ożarowski
[Éric Araujo, 2010-05-28] > Hello > > > Jakub Wilk found the problem and prepared a list of packages affected: > > http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist > > > > anyone volunteers to check them and report bugs? > > Is this specific format used by tools that help with bug re

Re: packages that raise string exceptions

2010-05-28 Thread Barry Warsaw
On May 28, 2010, at 07:21 PM, Jakub Wilk wrote: >Let's try what says grep on the Lucid's vesrion: > >$ grep -Er "raise\s+[\"']" --include='*.py' bzr-2.1.1/ >bzr-2.1.1/bzrlib/bundle/bundle_data.py:raise 'Value %r has >no colon' % info_item >bzr-2.1.1/bzrlib/tests/test_hooks.py:

Re: packages that raise string exceptions

2010-05-28 Thread Jakub Wilk
* Barry Warsaw , 2010-05-28, 13:07: http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist Some of these are surprising (e.g. bzr?! - it has to be Python 2.6 compatible because it comes with Lucid), but they could just be out of date versions. "It works is Ubuntu, so it must be fine" is a

Re: packages that raise string exceptions

2010-05-28 Thread Barry Warsaw
On May 28, 2010, at 04:35 PM, Jakub Wilk wrote: >* Barry Warsaw , 2010-05-28, 10:21: >>>Jakub Wilk found the problem and prepared a list of packages affected: >>>http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist >>> >>>anyone volunteers to check them and report bugs? >>> >>>(string exce

Re: packages that raise string exceptions

2010-05-28 Thread Jakub Wilk
* Barry Warsaw , 2010-05-28, 10:21: Jakub Wilk found the problem and prepared a list of packages affected: http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist anyone volunteers to check them and report bugs? (string exceptions are not allowed in Python >= 2.6) Some of these are surpr

Re: packages that raise string exceptions

2010-05-28 Thread Barry Warsaw
On May 28, 2010, at 01:33 PM, Piotr Ożarowski wrote: >Jakub Wilk found the problem and prepared a list of packages affected: >http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist > >anyone volunteers to check them and report bugs? > >(string exceptions are not allowed in Python >= 2.6) So

Re: packages that raise string exceptions

2010-05-28 Thread Jakub Wilk
* Piotr Ożarowski , 2010-05-28, 13:33: Which tests can fail on newer Python versions? I though newer Pythons are backward compatible, except Py3k. They are *mostly* compatible, but they cannot be fully 100% backward compatible. Modules and features go through a well defined deprecation cycle,

Re: packages that raise string exceptions

2010-05-28 Thread Éric Araujo
Hello > Jakub Wilk found the problem and prepared a list of packages affected: > http://people.debian.org/~jwilk/tmp/string-exceptions.ddlist > > anyone volunteers to check them and report bugs? Is this specific format used by tools that help with bug reporting? Regards -- To UNSUBSCRIBE, em