]> granicus.if.org Git - python/commit
bpo-21071: struct.Struct.format type is now str (#845)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Jun 2017 13:11:12 +0000 (15:11 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2017 13:11:12 +0000 (15:11 +0200)
commitf87b85f80853c580b1c8bf78a51b0e9a25f6e1a7
tree8417421b14db403e4df4b264c4e4ec09e7c1f4b9
parenta4b091e135ccf345cfafdd8477aef897c5214f82
bpo-21071: struct.Struct.format type is now str (#845)
Doc/library/struct.rst
Doc/whatsnew/3.7.rst
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c