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 rokozh
Recipients benjamin.peterson, eryksun, paul.moore, pitrou, rokozh, steve.dower, stutzbach, tim.golden, vstinner, zach.ware
Date 2015-11-17.11:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447761308.99.0.642714829482.issue25639@psf.upfronthosting.co.za>
In-reply-to
Content
>I don't know the physical disk type on Windows. Can you read and write from such "file" type?

Yes this "files" can be readed and writed (with restriction - size of the data must be a multiple of the sector size)

in python 3.4.3 open,read,write,seek - works fine (with raw usb disk)
for python 3.5 as workaround I replaced these functions to os.xxxx

>2) get the block size
st_blksize is not implemented under windows
History
Date User Action Args
2015-11-17 11:55:09rokozhsetrecipients: + rokozh, paul.moore, pitrou, vstinner, tim.golden, benjamin.peterson, stutzbach, zach.ware, eryksun, steve.dower
2015-11-17 11:55:08rokozhsetmessageid: <1447761308.99.0.642714829482.issue25639@psf.upfronthosting.co.za>
2015-11-17 11:55:08rokozhlinkissue25639 messages
2015-11-17 11:55:08rokozhcreate