Re: Bug in python's tempfile : returning wrong object type

2005-02-10 Thread Jason Tishler
On Wed, Feb 09, 2005 at 03:33:37PM -0500, Chris Herborth wrote: > Nick Burch wrote: > >With cygwin distributed python (2.4, dec 4 2004), there's a bug in > >tempfile. > > > >[snip] > > This isn't a Cygwin problem or feature. The Windows-native Python 2.4 > (Python 2.4 (#60, Nov 30 2004, 11:49:19)

Re: Bug in python's tempfile : returning wrong object type

2005-02-09 Thread Chris Herborth
Nick Burch wrote: With cygwin distributed python (2.4, dec 4 2004), there's a bug in tempfile. import tempfile fo = tempfile.TemporaryFile() type(fo) This should return , but is currently returning This also seems broken on python 2.3.4 This isn't a Cygwin problem or feature. The Windows-nati

Bug in python's tempfile : returning wrong object type

2005-02-09 Thread Nick Burch
With cygwin distributed python (2.4, dec 4 2004), there's a bug in tempfile. import tempfile fo = tempfile.TemporaryFile() type(fo) This should return , but is currently returning This also seems broken on python 2.3.4 Thanks Nick -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe