merge with 3.3.4 releasing repo

This commit is contained in:
Georg Brandl 2014-02-10 22:04:20 +01:00
commit 8f9c20b8ff
15 changed files with 300 additions and 152 deletions

View file

@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.3.3"
__version__ = "3.3.4"
#--end constants--