diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-28 23:43:28 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-28 23:43:28 (GMT) |
commit | 40619399bd4798d9edb50fe80afe8eff3197d51d (patch) | |
tree | cf0596fb980cc01410ffc70ea418f146af193162 /Misc/NEWS | |
parent | bfce0f977d20be0781f2b6f201ec309a67bf6099 (diff) | |
parent | 74b1bcc430b10c51ff9cb81773f1e19e851bf4f1 (diff) | |
download | cpython-40619399bd4798d9edb50fe80afe8eff3197d51d.zip cpython-40619399bd4798d9edb50fe80afe8eff3197d51d.tar.gz cpython-40619399bd4798d9edb50fe80afe8eff3197d51d.tar.bz2 |
Issue #29080: Fixes Misc/NEWS entry
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ Build - Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto -- Issue #29080: Removes hard dependency on hg.exe from PC/build.bat +- Issue #29080: Removes hard dependency on hg.exe from PCBuild/build.bat - Issue #23903: Added missed names to PC/python3.def. |