[issue6677] Place the term "delete" within the documentation for os.remove() and os.rmdir()

2009-08-24 Thread Mike Cowperthwaite
Mike Cowperthwaite added the comment: Very good. Thank you, Georg. -- ___ Python tracker <http://bugs.python.org/issue6677> ___ ___ Python-bugs-list mailin

[issue6677] Place the term "delete" within the documentation for os.remove() and os.rmdir()

2009-08-24 Thread Mike Cowperthwaite
Mike Cowperthwaite added the comment: Thanks, but the bug requested a similar change for "rmdir" as well. Is it not possible to backport the change to the 2.x branch? -- ___ Python tracker <http://bugs.python.

[issue6677] Place the term "delete" within the documentation for os.remove() and os.rmdir()

2009-08-10 Thread Mike Cowperthwaite
New submission from Mike Cowperthwaite : "Remove" and "unlink" are not the most widely-known verbs that come to mind when thinking about deleting objects from the filesystem. A recent Google search for "python delete file" led to the documentation for the 'o