diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-07-31 06:21:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-07-31 06:21:50 (GMT) |
commit | dbaa559b7fc6b80c1f230119f609b99b5b3844f3 (patch) | |
tree | 6a22e0eecb3d9f1f648e4a4f16bd3e84670e5089 /Misc/NEWS | |
parent | 3a32bdfaa7494bfc172b04bdb1c8159978af8d42 (diff) | |
download | cpython-dbaa559b7fc6b80c1f230119f609b99b5b3844f3.zip cpython-dbaa559b7fc6b80c1f230119f609b99b5b3844f3.tar.gz cpython-dbaa559b7fc6b80c1f230119f609b99b5b3844f3.tar.bz2 |
all SCHED_ constants are optional (closes #27656)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core and Builtins Library ------- +- Issue #27656: Do not assume sched.h defines any SCHED_* constants. + - Issue #27130: In the "zlib" module, fix handling of large buffers (typically 4 GiB) when compressing and decompressing. Previously, inputs were limited to 4 GiB, and compression and decompression operations did not |