]> granicus.if.org Git - python/commit
Issue #25930: Document that os.unlink and os.remove are *semantically* identical.
authorBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:28:19 +0000 (17:28 -0800)
committerBrett Cannon <brett@python.org>
Tue, 29 Dec 2015 01:28:19 +0000 (17:28 -0800)
commit050391774a4d1233c392f4e113e51c5a44b3e0ba
treec70f37d517bbabf2beb31717b801282666184fbf
parent838629a1fea6ec30342522dc0b087fc17872f1f0
Issue #25930: Document that os.unlink and os.remove are *semantically* identical.

Saying that the functions were identical confused some users who were
upset when the functions were no longer simply the same function under
different names.

Thanks to Anthony Sottile for the bug report and Swati Jaiswal for the
initial patch.
Doc/library/os.rst