This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, ocean-city
Date 2008-10-31.21:05:53
SpamBayes Score 9.770641e-06
Marked as misclassified No
Message-id <1225487154.28.0.362411797498.issue4176@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-31 21:05:54alexandre.vassalottisetrecipients: + alexandre.vassalotti, amaury.forgeotdarc, ocean-city
2008-10-31 21:05:54alexandre.vassalottisetmessageid: <1225487154.28.0.362411797498.issue4176@psf.upfronthosting.co.za>
2008-10-31 21:05:53alexandre.vassalottilinkissue4176 messages
2008-10-31 21:05:53alexandre.vassalotticreate