New submission from Hirokazu Yamamoto <[EMAIL PROTECTED]>:

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.

----------
components: Tests
files: test_with_HIGHEST_PROTOCOL_on_trunk.patch
keywords: patch
messages: 75125
nosy: ocean-city
severity: normal
status: open
title: test with pickle.HIGHEST_PROTOCOL missing
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: 
http://bugs.python.org/file11863/test_with_HIGHEST_PROTOCOL_on_trunk.patch

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4183>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to