diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 | ||||
-rw-r--r-- | Misc/RPM/python-3.3.spec | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -5,7 +5,7 @@ Python News What's New in Python 3.3.0? =========================== -*Release date: XX-Sep-2012* +*Release date: 29-Sep-2012* Core and Builtins ----------------- @@ -15,9 +15,6 @@ Core and Builtins - Issue #16060: Fix refcounting bug when __trunc__ returns an object whose __int__ gives a non-integer. Patch by Serhiy Storchaka. -Library -------- - Extension Modules ----------------- diff --git a/Misc/RPM/python-3.3.spec b/Misc/RPM/python-3.3.spec index ce21695..936a21f 100644 --- a/Misc/RPM/python-3.3.spec +++ b/Misc/RPM/python-3.3.spec @@ -39,7 +39,7 @@ %define name python #--start constants-- -%define version 3.3.0rc3 +%define version 3.3.0 %define libvers 3.3 #--end constants-- %define release 1pydotorg |