notmuch/bindings
Justus Winter 34990908e7 python: raise a more specific error in Messages.print_messages
Raising Exception is considered bad since the only way to catch
it is to do 'except Exception'. Raising a TypeError is more
appropriate.

Since the format parameter has already been validated, checking
it again is not necessary. Simplify this conditional.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
2011-09-29 09:39:45 +02:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: raise a more specific error in Messages.print_messages 2011-09-29 09:39:45 +02:00
ruby ruby: New exception Notmuch::UnbalancedAtomicError 2011-09-24 15:54:45 +03:00