]> granicus.if.org Git - python/commitdiff
Bump to 3.2.4. v3.2.4
authorGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 07:36:20 +0000 (09:36 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 6 Apr 2013 07:36:20 +0000 (09:36 +0200)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.2.spec
README

index bb10ae660aaed09d418c8cf22cbb23450e66915e..b9f79a37c9a964ea0de0dfc30b291a5a47b17570 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.2.4rc1"
+#define PY_VERSION             "3.2.4"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 834d89671be782c837b6c5ee153d92008dea9b7e..b8f1c164c0fe5c54f22944a6ab90893b885f7a19 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.2.4rc1"
+__version__ = "3.2.4"
 #--end constants--
index f234b64b853b7995389f84c919d290083c981edf..87c099fea8cca5f61f1994c409498ddd5df17f20 100644 (file)
@@ -1,6 +1,8 @@
 What's New in IDLE 3.2.4?
 =========================
 
+- Issue #17625: Close the replace dialog after it is used.
+
 - Issue #7163: Propagate return value of sys.stdout.write.
 
 - Issue #15318: Prevent writing to sys.stdin.
@@ -856,7 +858,3 @@ What's New in IDLEfork 0.9 Alpha 1?
 Refer to HISTORY.txt for additional information on earlier releases.
 --------------------------------------------------------------------
 
-
-
-
-
index 00af62d3c8a133c9e5451fb5ada7a2fbd33b74f2..671b2b8ae1022a6e67dbc9563a0cb244078d1c49 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.2.4rc1"
+IDLE_VERSION = "3.2.4"
index cfa80627f4601457a89be45eef04edb0ad9c9195..5f0c3295994a87056ef0e6c97f474a80306fa5d5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,7 +5,7 @@ Python News
 What's New in Python 3.2.4?
 ===========================
 
-*Release date: XX-Apr-2013*
+*Release date: 07-Apr-2013*
 
 Library
 -------
index 6cfb98318308bfeceb8d335c704b9247207ceb21..646d9d8ebe7d7c207edbf0e302c435bc4b81096f 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.2.4rc1
+%define version 3.2.4
 %define libvers 3.2
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index c87bb816e529466da07ed07029147ff0f8c33701..78f40beac3ee82103ae032720515298d10df284b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.2.4 release candidate 1
-================================================
+This is Python version 3.2.4
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.