Serhiy Storchaka added the comment:

I don't think that assert() is appropriate solution here. assert() is used to 
check internal logic, it shouldn't check conditions which rely on external 
world. Raising RuntimeError looks more appropriate to me.

----------
versions:  -Python 2.6

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

Reply via email to