[Python-bugs-list] [Bug #133717] mimetools: Nice libraries don't "print"

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Feb 2001 10:59:09 -0800


Bug #133717, was updated on 2001-Feb-22 23:00
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : fdrake
Summary: mimetools: Nice libraries don't "print"

Details: --- /usr/local/lib/python2.0/mimetools.py       Tue Feb  6
04:26:20 2001
+++ mimetools.py        Fri Feb 23 06:55:17 2001
@@ -206,7 +206,8 @@
        try:
                temp = open(tempname, 'w')
        except IOError:
-               print '*** Cannot create temp file', `tempname`
+               # Bad library, no donut.
+               #print '*** Cannot create temp file', `tempname`
                return
        copyliteral(input, temp)
        temp.close()


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=133717&group_id=5470