diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-07-10 23:14:30 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-07-10 23:14:30 (GMT) |
commit | e6f8a89d1a7f530d68a69b9867535d4fd7707846 (patch) | |
tree | 09ab839002792b3f9997e4593480985765c8a0be /Misc/NEWS | |
parent | cd77dd6321e4af125e51f483f5530340d0388a60 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |