[New-bugs-announce] [issue23133] Pickling of ipaddress classes

Serhiy Storchaka report at bugs.python.org
Tue Dec 30 11:52:49 CET 2014


New submission from Serhiy Storchaka:

Currently ipaddress classes support pickling, but the pickling is not efficient and is implementation depened. Proposed patch makes pickling more compact and implementation agnostic.

----------
components: Library (Lib)
files: ipaddress_pickle.patch
keywords: patch
messages: 233201
nosy: ncoghlan, pmoody, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Pickling of ipaddress classes
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37564/ipaddress_pickle.patch

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


More information about the New-bugs-announce mailing list