]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Idle NEWS entries.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 02:15:09 +0000 (22:15 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 17 Aug 2015 02:15:09 +0000 (22:15 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 4cdc02f7281b53133d266865aef45288d1e9deac,f9b9a367fec290d8a3a51167e38c16626f7cd77f..acf04421a22d56616890bc4ea94b22a1a86e4727
+++ b/Misc/NEWS
@@@ -75,28 -87,27 +75,44 @@@ Librar
  
  - Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
  
 -- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
 -  Patch by Gustavo J. A. M. Carneiro.
 +- Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
 +
 +- Issue #2091: open() accepted a 'U' mode string containing '+', but 'U' can
 +  only be used with 'r'. Patch from Jeff Balogh and John O'Connor.
 +
 +- Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence.
 +
 +- Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
 +  Patch from Nicola Palumbo and Laurent De Buyst.
  
 -- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
 +- Issue #24426: Fast searching optimization in regular expressions now works
 +  for patterns that starts with capturing groups.  Fast searching optimization
 +  now can't be disabled at compile time.
 +
 +- Issue #23661: unittest.mock side_effects can now be exceptions again. This
 +  was a regression vs Python 3.4. Patch from Ignacio Rossi
 +
 +- Issue #13248: Remove deprecated inspect.getargspec and inspect.getmoduleinfo
 +  functions.
 +
 +- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
  
+ IDLE
+ ----
+ - Issue #23672: Allow Idle to edit and run files with astral chars in name.
+   Patch by Mohd Sanad Zaki Rizvi.
+ - Issue 24745: Idle editor default font. Switch from Courier to
+   platform-sensitive TkFixedFont.  This should not affect current customized
+   font selections.  If there is a problem, edit $HOME/.idlerc/config-main.cfg
+   and remove 'fontxxx' entries from [Editor Window].  Patch by Mark Roseman.
+ - Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
+   Do not print false prompts. Original patch by Adnan Umer.
+ - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
  Documentation
  -------------