commit | e6f8a89d1a7f530d68a69b9867535d4fd7707846 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 23:14:30 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 23:14:30 2004 +0000 |
tree | 09ab839002792b3f9997e4593480985765c8a0be | |
parent | cd77dd6321e4af125e51f483f5530340d0388a60 [diff] [blame] |
Debug output is now printed to sys.stderr . Closes bug #980938.
diff --git a/Misc/NEWS b/Misc/NEWS index 8260e63..73abaa4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ 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.