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 mattip
Recipients mattip, steve.dower, tim.golden, zach.ware
Date 2015-02-08.21:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423431538.2.0.390923477638.issue23414@psf.upfronthosting.co.za>
In-reply-to
Content
f=open('abc.txt', 'w+')
f.seek(0, 42)

does not raise an exception on windows, python2.7
History
Date User Action Args
2015-02-08 21:38:58mattipsetrecipients: + mattip, tim.golden, zach.ware, steve.dower
2015-02-08 21:38:58mattipsetmessageid: <1423431538.2.0.390923477638.issue23414@psf.upfronthosting.co.za>
2015-02-08 21:38:58mattiplinkissue23414 messages
2015-02-08 21:38:58mattipcreate