]> granicus.if.org Git - python/commit
Issue #2389: Pickle array objects using a list representation for portability
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 15 Jul 2009 18:19:47 +0000 (18:19 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 15 Jul 2009 18:19:47 +0000 (18:19 +0000)
commit999ecc0eaf88dc73c386d360183c3899242e7ffd
tree1d2765a5db0b26681df033728e00a14d71247480
parentd5a23e322feb023dafa2b528210ad45faca5f78c
Issue #2389: Pickle array objects using a list representation for portability
across different machine architectures and compatibility with Python 3.x.
Misc/NEWS
Modules/arraymodule.c