]> granicus.if.org Git - python/commit
Make sure that marshal and pickle continue to output 17
authorMark Dickinson <dickinsm@gmail.com>
Fri, 17 Apr 2009 08:41:23 +0000 (08:41 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 17 Apr 2009 08:41:23 +0000 (08:41 +0000)
commit3e09f43e065aefc7b69dcaac5fdd6c952d2e8be0
tree908a613cad57845539a745330d93e5b554d6955d
parent8648e501d8b9ed23f543d17d8e8c151cbec19566
Make sure that marshal and pickle continue to output 17
digits of precision for floats.
Modules/_pickle.c
Python/marshal.c