Mailinglist Archive: opensuse-bugs (13048 mails)

< Previous Next >
[Bug 462603] capisuite 0.4.5 error in cs_helper.py sox related
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Thu, 15 Jan 2009 08:50:36 -0700 (MST)
  • Message-id: <20090115155036.04E3ACC7CD@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=462603

User christian.fertig@xxxxxxxxxxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=462603#c3


Christian Fertig <christian.fertig@xxxxxxxxxxxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|christian.fertig@consense-s |
|ervice.de |




--- Comment #3 from Christian Fertig <christian.fertig@xxxxxxxxxxxxxxxxxxx>
2009-01-15 08:50:35 MST ---
You don't need to define something else. Perhaps it's not a beautiful solution,
as a python list ('item','item') is put out, not a pure message.

In the python 2.6.1 docs

http://docs.python.org/c-api/exceptions.html#deprecation-of-string-exceptions

it's written, that these string exceptions would be just depreacted, but still
working. This does seem to be right, just the real "exception content" is
replaced by their error message "Error: exceptions must be classes or
instances, not str". My test program seems to continue after such a catched
exception.

So it's more eyecandy to replace the strings by classes. It's was just the
locating of the problem in our real "sox"-bug for me becoming harder.

This is something, that the maintainer of the capisuite should fix, but it
seems that there is no one at the moment.

Sorry, that I started a discussion about "another bug" by posting a comment to
the sox bug

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >