[Python-checkins] python/dist/src/Misc NEWS,1.1035,1.1036
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Sun Jul 11 01:14:32 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20220/Misc
Modified Files:
NEWS
Log Message:
Debug output is now printed to sys.stderr .
Closes bug #980938.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -C2 -d -r1.1035 -r1.1036
*** NEWS 10 Jul 2004 22:55:15 -0000 1.1035
--- NEWS 10 Jul 2004 23:14:30 -0000 1.1036
***************
*** 30,33 ****
--- 30,35 ----
-------
+ - 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
More information about the Python-checkins
mailing list