Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 87fa8a780e9045a26c735f085c07bba4b2d0be60 https://github.com/python/cpython/commit/87fa8a780e9045a26c735f085c07bba4b2d0be60 Author: Berker Peksag <berker.peksag at gmail.com> Date: 2017年05月16日 (2017年5月16日) Changed paths: M Doc/using/cmdline.rst M Doc/whatsnew/3.6.rst Log Message: ----------- bpo-29898: Fix incorrect env variable name (GH-1576) It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528.