Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92367

Re: enhancement request: make py3 read/write py2 pickle format

From Serhiy Storchaka <storchaka@gmail.com>
Subject Re: enhancement request: make py3 read/write py2 pickle format
Date 2015-06-09 22:51 +0300
References <ml7a2p$hp$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.320.1433879492.13271.python-list@python.org> (permalink)

Show all headers | View raw


On 09.06.15 21:08, Neal Becker wrote:
> One of the most annoying problems with py2/3 interoperability is that the
> pickle formats are not compatible.  There must be many who, like myself,
> often use pickle format for data storage.
>
> It certainly would be a big help if py3 could read/write py2 pickle format.
> You know, backward compatibility?

Pickle format is mostly compatible. What is your issue?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: enhancement request: make py3 read/write py2 pickle format Serhiy Storchaka <storchaka@gmail.com> - 2015-06-09 22:51 +0300

csiph-web