summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Jones <richard@commonground.com.au>2006-05-23 18:28:17 (GMT)
committerRichard Jones <richard@commonground.com.au>2006-05-23 18:28:17 (GMT)
commitcebbefc98dd7b30ae8c5f7640951e247ece49991 (patch)
tree5e84bc9757e33993b0fc3e75596d292e0945d585 /Misc
parent69c347655d403b361e7c91b9db9c5cac88715bac (diff)
downloadcpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.zip
cpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.tar.gz
cpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.tar.bz2
Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cfb1d15..0cccec9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,11 @@ What's New in Python 2.5 alpha 3?
Core and builtins
-----------------
+- Patch #1337051: reduced size of frame objects.
+
+- PyErr_NewException now accepts a tuple of base classes as its
+ "base" parameter.
+
- PyErr_NewException now accepts a tuple of base classes as its
"base" parameter.