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 ocean-city
Recipients ocean-city
Date 2008-10-23.00:11:30
SpamBayes Score 0.00019630001
Marked as misclassified No
Message-id <1224720694.29.0.00411175636093.issue4183@psf.upfronthosting.co.za>
In-reply-to
Content
some tests use "for proto in range(pickle.HIGHEST_PROTOCOL)", but this
statement won't invoke proto == pickle.HIGHEST_PROTOCOL. Is this
intended? If not, I hope attached patch will fix this issue.
History
Date User Action Args
2008-10-23 00:11:34ocean-citysetrecipients: + ocean-city
2008-10-23 00:11:34ocean-citysetmessageid: <1224720694.29.0.00411175636093.issue4183@psf.upfronthosting.co.za>
2008-10-23 00:11:32ocean-citylinkissue4183 messages
2008-10-23 00:11:32ocean-citycreate