summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-07-10 23:14:30 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-07-10 23:14:30 (GMT)
commite6f8a89d1a7f530d68a69b9867535d4fd7707846 (patch)
tree09ab839002792b3f9997e4593480985765c8a0be /Misc/NEWS
parentcd77dd6321e4af125e51f483f5530340d0388a60 (diff)
downloadcpython-e6f8a89d1a7f530d68a69b9867535d4fd7707846.zip
cpython-e6f8a89d1a7f530d68a69b9867535d4fd7707846.tar.gz
cpython-e6f8a89d1a7f530d68a69b9867535d4fd7707846.tar.bz2
Debug output is now printed to sys.stderr .
Closes bug #980938.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8260e63..73abaa4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Extension modules
Library
-------
+- Bug #980938: smtplib now prints debug output to sys.stderr.
+
- Bug #930024: posixpath.realpath() now handles infinite loops in symlinks by
returning the last point in the path that was not part of any loop. Thanks
AM Kuchling.