New submission from Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9267> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com