summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-10-30 20:29:54 (GMT)
committerThomas Heller <theller@ctypes.org>2008-10-30 20:29:54 (GMT)
commit68daeb0f8575bd4acb7c7b0e2d0bfee4c6c961b2 (patch)
tree1363426ee10d4044d83bc5669e0ef91aee93cca9 /Misc
parentb74777ed333ce2d22494fd4c996e87d386d950c8 (diff)
downloadcpython-68daeb0f8575bd4acb7c7b0e2d0bfee4c6c961b2.zip
cpython-68daeb0f8575bd4acb7c7b0e2d0bfee4c6c961b2.tar.gz
cpython-68daeb0f8575bd4acb7c7b0e2d0bfee4c6c961b2.tar.bz2
Merged revisions 67046 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67046 | thomas.heller | 2008-10-30 21:18:13 +0100 (Do, 30 Okt 2008) | 2 lines Fixed a modulefinder crash on certain relative imports. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d28958..78ecd34 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
Library
-------
+- Fixed a modulefinder crash on certain relative imports.
+
- Issue #4150: Pdb's "up" command now works for generator frames in post-mortem
debugging.