Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: Amaury Forgeot d'Arc wrote: > Regarding the consistency between python and C, I don't think it is > necessary to be so strict. If the python version can allow a weaker > version of the "iterator" concept, let be it.
I guess you're right. However, my only fear is that people will write code for pickle.py and then, when they run it on _pickle, their code will fail due to the stricter requirements. In addition, I think having the same requirements make it easier to write tests for both implementations. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4176> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com