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)
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
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
3 matches
Mail list logo