diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-29 17:39:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-29 17:39:45 (GMT) |
commit | cf6d2d90c5d0d689881565fa45ebc00048016912 (patch) | |
tree | 1c710f72f79b69c1eea0f7f9427ef8dce3b4a65b /Misc | |
parent | 095e32bfc511ee823af3752507c7211a305c8c00 (diff) | |
parent | 80bc7dc59e139078eea198f557b631462d75afde (diff) | |
download | cpython-cf6d2d90c5d0d689881565fa45ebc00048016912.zip cpython-cf6d2d90c5d0d689881565fa45ebc00048016912.tar.gz cpython-cf6d2d90c5d0d689881565fa45ebc00048016912.tar.bz2 |
Issue #28258: Fixed build with Estonian locale (python-config and distclean
targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -155,6 +155,9 @@ Windows Build ----- +- Issue #28258: Fixed build with Estonian locale (python-config and distclean + targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. + - Issue #26661: setup.py now detects system libffi with multiarch wrapper. - Issue #15819: Remove redundant include search directory option for building |