diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-10-23 19:26:14 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-10-23 19:26:14 (GMT) |
commit | e87acc1f38652f90b4b63b9e79d17a4e5f2f74eb (patch) | |
tree | 9baef0b01f30595c1e5f58ae8817ffb39e0beb3c /Misc/NEWS | |
parent | e6e96eea5157650be77306b15b28bc815e14c2f3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |