]> granicus.if.org Git - python/commitdiff
Edit NEWS entry
authorNed Deily <nad@acm.org>
Tue, 29 Jul 2014 20:51:45 +0000 (13:51 -0700)
committerNed Deily <nad@acm.org>
Tue, 29 Jul 2014 20:51:45 +0000 (13:51 -0700)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 1dd0c478550962045652bff9ea540726927b8382,4bb876fbaad10156330f8cd6976388fbc4d264e7..2ac15a73433bbe3c470d49e4c9b88f8136501eed
+++ b/Misc/NEWS
@@@ -113,12 -27,8 +113,12 @@@ Core and Builtin
  Library
  -------
  
- - Issue #17172: Make turtledemo start as active on Mac even when run with
-   subprocess.  Patch by Ned Daily and Lita Cho.
 +- 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 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.