[New-bugs-announce] [issue17346] Pickle tests do not test protocols 0, 1, and 2 for bytes

Marius Gedminas report at bugs.python.org
Mon Mar 4 10:45:52 CET 2013


New submission from Marius Gedminas:

I was reading Lib/test/pickletester.py when I noticed that test_bytes loops over all the protocols but doesn't actually use the loop variable anywhere.

Attached patch should fix this.

----------
components: Tests
files: actually-test-all-protocols.diff
keywords: patch
messages: 183429
nosy: mgedmin
priority: normal
severity: normal
status: open
title: Pickle tests do not test protocols 0, 1, and 2 for bytes
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file29302/actually-test-all-protocols.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17346>
_______________________________________


More information about the New-bugs-announce mailing list