David Gibbs wrote: >I just upgraded to Fedora 8, which includes Python 2.5.1, and started >noticing this error cropping up: > >/usr/local/mailman/Mailman/Utils.py:512: DeprecationWarning: raising a >string exception is deprecated > raise quickexit > >Is this something I should be concerned with?
This is a known issue with Python 2.5.x and pre 2.1.10 Mailman. See <http://mail.python.org/pipermail/mailman-users/2007-September/058469.html>. And no, it is not something you need to be concerned with. >Particularly the "raise quickexit" has be a bit worried ... is the >process that is being executed completing? Yes. This is a coding trick to implement a multi-level 'break'. Actually, that particular exception was changed to a class exception in Mailman 2.1.9, but there are other string exceptions. In Mailman 2.1.10, the warning is supressed so your logs (and cron jobs) won't be cluttered with the warning, but other than the log messages and cron emails, there is no problem that results. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp