Ezio Melotti <ezio.melo...@gmail.com> added the comment:

The original was:
>>> raise NameError, 'HiThere'
Since now this form is deprecated, I would remove that paragraph altogether.
Instead, that paragraph should be replaced with:
"The sole argument to raise indicates the exception to be raised. This
must be either an exception instance or an exception class (a class that
derives from Exception)."
as it is now in the Py3 doc (possibly backporting r58076).

----------
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
priority:  -> low

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6879>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to