Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 89a1c93f046f9726310f8362227be7b8e50eea22 https://github.com/python/cpython/commit/89a1c93f046f9726310f8362227be7b8e50eea22 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月15日 (2017年5月15日) Changed paths: M Doc/library/macpath.rst M Doc/whatsnew/3.7.rst M Lib/macpath.py M Lib/test/test_macpath.py Log Message: ----------- bpo-9850: Deprecate the macpath module (#1540) Co-Authored-By: Chi Hsuan Yen <yan12125 at gmail.com>.