commit | 952f8808b264f82b6dbf8e613307769050eba611 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Nov 09 07:27:35 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Nov 09 07:27:35 2004 +0000 |
tree | 784316b140339338b943e49c6da048d14e6f2347 | |
parent | 15056a5202c89846d75006d66541d5a634ac79b5 [diff] |
SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) * Support pickling of dictionaries in instances of deque subclasses. * Support pickling of recursive deques.