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

index 9c86437e69af57ada53ca13dc548e76199b659c6..1aaa2b8379c5d3faef988181e6fb94930f9ef71d 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       3
 #define PY_MICRO_VERSION       1
-#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.3.1rc1"
+#define PY_VERSION             "3.3.1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index c30da0bb41495ef44864a87ded76bdbbb40866db..f8af1b336ee08bf4db7ae29552d87d2487db32ee 100644 (file)
@@ -13,5 +13,5 @@ used from a setup script as
 # Updated automatically by the Python release process.
 #
 #--start constants--
-__version__ = "3.3.1rc1"
+__version__ = "3.3.1"
 #--end constants--
index f6e8917d20f5f3ae14b858adb5a8b3333f301d15..1628f79af219a22fb10cc7b2f3026f24bc410625 100644 (file)
@@ -1,6 +1,8 @@
 What's New in IDLE 3.3.1?
 =========================
 
+- Issue #17625: Close the replace dialog after it is used.
+
 - Issue #16226: Fix IDLE Path Browser crash.
   (Patch by Roger Serwy)
 
index 5ae50e51b23dee9944ffdd58a37f01e71d4a8bdd..13b2b9baebef2eee614d97efd3fb58e9aa0cce10 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.3.1rc1"
+IDLE_VERSION = "3.3.1"
index 169f0bafadda64dbc05c011da08a3aeb9083cd72..7eb1cc60d988111abb3aa70af32ce6a9ed03422a 100644 (file)
@@ -39,7 +39,7 @@
 
 %define name python
 #--start constants--
-%define version 3.3.1rc1
+%define version 3.3.1
 %define libvers 3.3
 #--end constants--
 %define release 1pydotorg
diff --git a/README b/README
index 247bb7470d39ca87967c2d803869a7991a1fa6c2..f01dc59a6e33fa064141faf59d1de4b99dcdd3ed 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-This is Python version 3.3.1 release candidate 1
-================================================
+This is Python version 3.3.1
+============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 2012, 2013 Python Software Foundation.  All rights reserved.