summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-05-01 07:35:18 (GMT)
committerGeorg Brandl <georg@python.org>2012-05-01 07:35:18 (GMT)
commitab0ef20663ee64667cc979f6810e60914d26d149 (patch)
tree6d4e9b3d7f1785415fede05470bf15824763ca3c /Lib
parentebb29640fa73bf9de031650be013df3a375f62a4 (diff)
downloadcpython-ab0ef20663ee64667cc979f6810e60914d26d149.zip
cpython-ab0ef20663ee64667cc979f6810e60914d26d149.tar.gz
cpython-ab0ef20663ee64667cc979f6810e60914d26d149.tar.bz2
Bump to 3.3.0a3.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 661a8b6..d39d82e 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3.0a2"
+__version__ = "3.3.0a3"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index a2fbd1f..726b1dc 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.3.0a2"
+IDLE_VERSION = "3.3.0a3"