summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-04-13 01:34:33 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-04-13 01:34:33 (GMT)
commit57fdcbc60ff8bbb0261f5dba47580194d45c31a3 (patch)
tree47bfce64626a6f5b70ffd03974ffe146a3960627 /Misc
parentd691f1a35f370321e1cf768b2164308cb20d2b63 (diff)
downloadcpython-57fdcbc60ff8bbb0261f5dba47580194d45c31a3.zip
cpython-57fdcbc60ff8bbb0261f5dba47580194d45c31a3.tar.gz
cpython-57fdcbc60ff8bbb0261f5dba47580194d45c31a3.tar.bz2
reverting r45321: Patch #860326: traceback.format_exception_only() now
prepends the exception's module name to non-builtin exceptions, like the interpreter itself does. broke a number of doctests. should be discussed before checking in (see discussion on python-dev).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ee249f..1e242d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,10 +49,6 @@ Extension Modules
Library
-------
-- Patch #860326: traceback.format_exception_only() now prepends the
- exception's module name to non-builtin exceptions, like the interpreter
- itself does.
-
- SimpleXMLRPCServer relied on the fcntl module, which is unavailable on
Windows. Bug #1469163.