This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] stop using string exceptions in printers.py
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: "libstdc++\ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 22 Jun 2010 10:52:44 -0600
- Subject: Re: [patch] stop using string exceptions in printers.py
- References: <4C20AB9A.5050303@ubuntu.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Matthias" == Matthias Klose <doko@ubuntu.com> writes:
Matthias> python/libstdcxx/v6/printers.py still uses string exceptions, not
Matthias> supported anymore in 2.6 and newer. Change printers.py to use a
Matthias> ValueError to raise the exception. Ok for the trunk and the active
Matthias> branches?
Yes, thanks.
Tom