Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f87b85f80853c580b1c8bf78a51b0e9a25f6e1a7 https://github.com/python/cpython/commit/f87b85f80853c580b1c8bf78a51b0e9a25f6e1a7 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月23日 (2017年6月23日) Changed paths: M Doc/library/struct.rst M Doc/whatsnew/3.7.rst M Lib/test/test_struct.py M Misc/NEWS M Modules/_struct.c Log Message: ----------- bpo-21071: struct.Struct.format type is now str (#845)