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 peterdemin
Recipients georg.brandl, peterdemin
Date 2008-06-26.10:48:27
SpamBayes Score 0.005592004
Marked as misclassified No
Message-id <1214477310.64.0.211264115228.issue3207@psf.upfronthosting.co.za>
In-reply-to
Content
Following code:
   fp = open("delete.me", "r+t")
   fp.readline()
   fp.write("New line \n")
   fp.close()

Won't do anything. I mean nor writing to file, nor raising exception. 
Nothing.
I can't find any note about this crap. So, it is the best place for it.

P.S. It's my first bug-report and I think I was wrong in filling bug-
form. Sorry.
History
Date User Action Args
2008-06-26 10:48:31peterdeminsetspambayes_score: 0.005592 -> 0.005592004
recipients: + peterdemin, georg.brandl
2008-06-26 10:48:30peterdeminsetspambayes_score: 0.005592 -> 0.005592
messageid: <1214477310.64.0.211264115228.issue3207@psf.upfronthosting.co.za>
2008-06-26 10:48:29peterdeminlinkissue3207 messages
2008-06-26 10:48:28peterdemincreate