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


Groups > comp.lang.python > #92362 > unrolled thread

enhancement request: make py3 read/write py2 pickle format

Started byNeal Becker <ndbecker2@gmail.com>
First post2015-06-09 14:08 -0400
Last post2015-06-09 14:08 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  enhancement request: make py3 read/write py2 pickle format Neal Becker <ndbecker2@gmail.com> - 2015-06-09 14:08 -0400

#92362 — enhancement request: make py3 read/write py2 pickle format

FromNeal Becker <ndbecker2@gmail.com>
Date2015-06-09 14:08 -0400
Subjectenhancement request: make py3 read/write py2 pickle format
Message-ID<mailman.315.1433873312.13271.python-list@python.org>
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? 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web