From: Ned Deily Date: Tue, 29 Jul 2014 20:51:45 +0000 (-0700) Subject: Edit NEWS entry X-Git-Tag: v3.5.0a1~1164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acc6e7596f515c2e0a3376a5ef647f531f22a824;p=python Edit NEWS entry --- acc6e7596f515c2e0a3376a5ef647f531f22a824 diff --cc Misc/NEWS index 1dd0c47855,4bb876fbaa..2ac15a7343 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -113,12 -27,8 +113,12 @@@ Core and Builtin Library ------- +- Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get + and set the blocking mode of a file descriptor (False if the O_NONBLOCK flag + is set, True otherwise). These functions are not available on Windows. + - - Issue #17172: Make turtledemo start as active on Mac even when run with - subprocess. Patch by Ned Daily and Lita Cho. + - Issue #17172: Make turtledemo start as active on OS X even when run with + subprocess. Patch by Lita Cho. - Issue #21704: Fix build error for _multiprocessing when semaphores are not available. Patch by Arfrever Frehtes Taifersar Arahesis.