summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-29 01:50:06 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-29 01:50:06 (GMT)
commit91e0cdaedca473fe5833a0f7d0d2eb40f25383aa (patch)
treea6fd5d4e699bdab5c272df36b4992d5ffc1265a9 /Misc
parent2aece57d7f7c4233c801d10f500a3f8a2ef483f7 (diff)
downloadcpython-91e0cdaedca473fe5833a0f7d0d2eb40f25383aa.zip
cpython-91e0cdaedca473fe5833a0f7d0d2eb40f25383aa.tar.gz
cpython-91e0cdaedca473fe5833a0f7d0d2eb40f25383aa.tar.bz2
Backport #1442: report exception when startup file cannot be run.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 893b8ac..7895e75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6 alpha 2?
Core and builtins
-----------------
+- Patch #1442: properly report exceptions when the PYTHONSTARTUP file
+ cannot be executed.
+
- The compilation of a class nested in another class used to leak one
reference on the outer class name.