summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-10-23 19:26:14 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-10-23 19:26:14 (GMT)
commite87acc1f38652f90b4b63b9e79d17a4e5f2f74eb (patch)
tree9baef0b01f30595c1e5f58ae8817ffb39e0beb3c /Misc/NEWS
parente6e96eea5157650be77306b15b28bc815e14c2f3 (diff)
downloadcpython-e87acc1f38652f90b4b63b9e79d17a4e5f2f74eb.zip
cpython-e87acc1f38652f90b4b63b9e79d17a4e5f2f74eb.tar.gz
cpython-e87acc1f38652f90b4b63b9e79d17a4e5f2f74eb.tar.bz2
Issue #16116: Now uses corrected include and library paths when building C extensions in a venv.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e868a23..d47585c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Core and Builtins
Library
-------
+- Issue #16116: Fix include and library paths to be correctwhen building C
+ extensions in venvs.
+
- Issue #16245: Fix the value of a few entities in html.entities.html5.
- Issue #14398: Fix size truncation and overflow bugs in the bz2 module.