This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Jimbofbx, r.david.murray
Date 2011-05-06.18:14:21
SpamBayes Score 0.0008579887
Marked as misclassified No
Message-id <1304705662.6.0.558743339549.issue12020@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  That error message is more than a bit misleading.  What you need to do is add a flush method to your FlushFile class.  Something changed between 3.1 and 3.2 that causes that message to be generated instead of suppressed.  Not sure what it was.  The surprising thing is that you only see it once...flush added to your class is called four times.

There is at least a bug in the message here.
History
Date User Action Args
2011-05-06 18:14:22r.david.murraysetrecipients: + r.david.murray, Jimbofbx
2011-05-06 18:14:22r.david.murraysetmessageid: <1304705662.6.0.558743339549.issue12020@psf.upfronthosting.co.za>
2011-05-06 18:14:22r.david.murraylinkissue12020 messages
2011-05-06 18:14:21r.david.murraycreate