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

Reply via email to