| commit | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Sat Sep 29 09:04:54 2012 +0200 |
| committer | Georg Brandl <georg@python.org> | Sat Sep 29 09:04:54 2012 +0200 |
| tree | 5f5dae5789df09b9aa4aa699d951edd0422ce9cb | |
| parent | d6e857b0da954db1b39afba67d9072252abade57 [diff] [blame] |
Bump version to 3.3.0 final.
diff --git a/Misc/NEWS b/Misc/NEWS index 314b5a6..15eea9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -5,7 +5,7 @@ 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 @@ - Issue #16060: Fix refcounting bug when __trunc__ returns an object whose __int__ gives a non-integer. Patch by Serhiy Storchaka. -Library -------- - Extension Modules -----------------