]> granicus.if.org Git - python/commitdiff
#17798: merge with 3.3.
authorRoger Serwy <roger.serwy@gmail.com>
Sun, 5 May 2013 16:35:15 +0000 (11:35 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Sun, 5 May 2013 16:35:15 +0000 (11:35 -0500)
1  2 
Lib/idlelib/EditorWindow.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index ab268c80bc1d5b86e8913a3d390a53a2d496b302,b4ba70ba78abd84d27d03a4dae99e3eede12153f..70e8f2130a47219f41ae74b5cf53ab75bf363240
+++ b/Misc/NEWS
@@@ -238,18 -201,26 +238,20 @@@ Test
  - Issue #6696: add documentation for the Profile objects, and improve
    profile/cProfile docs.  Patch by Tom Pinckney.
  
 +C-API
 +-----
  
 -What's New in Python 3.3.1?
 -===========================
 -
 -*Release date: 07-Apr-2013*
 +- Issue #17522: Add the PyGILState_Check() API.
  
 -Build
 ------
 +- Issue #17327: Add PyDict_SetDefault.
  
 -- Issue #17550: Fix the --enable-profiling configure switch.
  
  IDLE
 --------
 +----
  
 -- Issue #17625: In IDLE, close the replace dialog after it is used.
++- Issue #17798: Allow IDLE to edit new files when specified on command line.
++
 +- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
  
  
  What's New in Python 3.3.1 release candidate 1?