[New-bugs-announce] [issue4712] Document pickle behavior for subclasses of dicts/lists

Georg Brandl report at bugs.python.org
Sun Dec 21 18:24:05 CET 2008


New submission from Georg Brandl <georg at python.org>:

When unpickling dict subclasses, the dict is filled via setitem before
__setstate__ is called.  This, and other behavior around subclasses of
classes that have special pickle behavior should be documented.

----------
assignee: georg.brandl
components: Documentation
messages: 78154
nosy: aronacher, georg.brandl
priority: low
severity: normal
stage: needs patch
status: open
title: Document pickle behavior for subclasses of dicts/lists
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the New-bugs-announce mailing list