Debug output is now printed to sys.stderr .

Closes bug #980938.
This commit is contained in:
Brett Cannon 2004-07-10 23:14:30 +00:00
parent cd77dd6321
commit e6f8a89d1a
2 changed files with 12 additions and 9 deletions

View file

@ -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.