Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5dc33eea538361f8a218255f83db2e9298dd8c53 https://github.com/python/cpython/commit/5dc33eea538361f8a218255f83db2e9298dd8c53 Author: INADA Naoki <methane at users.noreply.github.com> Date: 2017年02月26日 (2017年2月26日) Changed paths: M Lib/aifc.py M Lib/test/test_aifc.py Log Message: ----------- bpo-29110: add test for Aifc_write. (GH-293) follow up of GH-162