[issue9267] Update pickle opcode documentation in pickletools for 3.x

Alexander Belopolsky report at bugs.python.org
Thu Jul 15 20:13:01 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Pickle opcode documentation in pickletools still refers to old/new style classes and changes made in 2.x series.  Opcodes such as INT, INST, and OBJ that are no longer produced by 3.x pickling code should be described as such and discussion added on how 2.x features that are removed in 3.x are emulated when 2.x pickles are loaded in 3.x.

See also issue5180.

----------
assignee: belopolsky
components: Documentation
keywords: easy
messages: 110384
nosy: belopolsky
priority: normal
severity: normal
stage: needs patch
status: open
title: Update pickle opcode documentation in pickletools for 3.x
type: feature request
versions: Python 3.2

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


More information about the Python-bugs-list mailing list