R. David Murray <rdmur...@bitdance.com> added the comment:

Rather than a raise_on_bad option, it seems to me it would be better to code a 
try/except clause in cases where you want the default even if there is an error 
converting the data in the file.  I would expect such cases to be rare, except 
for cases where you want to issue a warning message and then proceed with the 
default anyway, in which case you'd need the try/except anyway in order to 
issue the warning message.

----------
nosy: +r.david.murray

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

Reply via email to