[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-28 Thread Brett Cannon
Brett Cannon added the comment: I tweaked Swati's patch as there was another spot where the "identical" line was used. Thanks to everyone who helped out with this! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Pyt

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f13322eba8e by Brett Cannon in branch '3.5': Backport of fix for issue #25930 https://hg.python.org/cpython/rev/9f13322eba8e New changeset e082519bc2c8 by Brett Cannon in branch 'default': Merge for backport of fix for issue #25930 https://hg.pyth

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 81c7b26f5b4e by Brett Cannon in branch 'default': Issue #25930: Document that os.unlink and os.remove are *semantically* identical. https://hg.python.org/cpython/rev/81c7b26f5b4e -- nosy: +python-dev ___

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-27 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: docs@python -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-26 Thread Swati Jaiswal
Swati Jaiswal added the comment: Please check this. Fixed according to previous comment. -- keywords: +patch nosy: +curioswati Added file: http://bugs.python.org/file41428/iss_25930.patch ___ Python tracker ___

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-25 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue25930] Document that os.remove is semantically identical to os.unlink

2015-12-22 Thread Brett Cannon
Brett Cannon added the comment: I think it's reasonable to say the documentation could be misconstrued -- as Anthony has shown -- and so a patch changing the os.remove docs to say "This function is semantically identical to os.unlink()" would be acceptable. -- assignee: -> docs@python