Ethan Furman <et...@stoneleaf.us> added the comment:

Latest version of PEP is on python-dev; here is the latest patch.

Summary:

For __cause__ we are replacing the old special value of None with Ellipsis:  
Ellipsis means check __context__ for an exception to display; None means ignore 
__context__ and stop following exception chain; an exception means display this 
exception and stop following the exception chain.

----------
Added file: http://bugs.python.org/file24401/raise_from_none_v6.diff

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

Reply via email to