[issue3455] os.remove()method document error

2008-08-04 Thread
香槟酒 <[EMAIL PROTECTED]> added the comment: I can't understand you. Could you explain more? 2008/7/29 Georg Brandl <[EMAIL PROTECTED]> > > Georg Brandl <[EMAIL PROTECTED]> added the comment: > > Can a file be "in use" other than being opened? If no

[issue3455] os.remove()method document error

2008-07-28 Thread
香槟酒 <[EMAIL PROTECTED]> added the comment: Thanks, you are right, I am wrong, I think that is the use of editing, so I made a mistake. 2008/7/28 Benjamin Peterson <[EMAIL PROTECTED]> > > Benjamin Peterson <[EMAIL PROTECTED]> added the comment: > > Editors usually

[issue3455] os.remove()method document error

2008-07-28 Thread
香槟酒 <[EMAIL PROTECTED]> added the comment: Thank you for your reply.I mean I used gvim to open a file. the Python manual did not specify how to use a file, but said that if a file is to be used, the deletion of the file will be exception to be raise.so when I use gvim to open a file, th

[issue3455] os.remove()method document error

2008-07-28 Thread
香槟酒 <[EMAIL PROTECTED]> added the comment: yes, i use this method,but actually the result don't agree with the Python's manual. my OS is windows xp and version is simplified chinese! 2008/7/28 Benjamin Peterson <[EMAIL PROTECTED]> > > Benjamin Peterson <[EMAI

[issue3455] os.remove()method document error

2008-07-27 Thread
Changes by 香槟酒 <[EMAIL PROTECTED]>: -- type: performance -> resource usage ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3455> ___ __

[issue3455] os.remove()method document error

2008-07-27 Thread
New submission from 香槟酒 <[EMAIL PROTECTED]>: in Python 2.5 document, os.remove() explain: On Windows, attempting to remove a file that is in use causes an exception to be raised. but, i run it in IDLE.it deletes my file that in use without any exception. -- assignee: georg.