diff options
author | Christian Heimes <christian@cheimes.de> | 2013-12-08 13:35:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-12-08 13:35:55 (GMT) |
commit | 5bb414d176b5c99d9f2500738fe77c47ea938763 (patch) | |
tree | 84b7bfa89c46eb75e08ddb25ba174ac2b769271e /Misc/NEWS | |
parent | ead8d0858b326ec8d902dc597aa3da23e4c5a82b (diff) | |
download | cpython-5bb414d176b5c99d9f2500738fe77c47ea938763.zip cpython-5bb414d176b5c99d9f2500738fe77c47ea938763.tar.gz cpython-5bb414d176b5c99d9f2500738fe77c47ea938763.tar.bz2 |
Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #19343: Expose FreeBSD-specific APIs in resource module. Original + patch by Koobs. + - Issue #19506: Use a memoryview to avoid a data copy when piping data to stdin within subprocess.Popen.communicate. 5-10% less cpu usage. |