Skip to content

Instantly share code, notes, and snippets.

@9seconds
Created December 2, 2014 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9seconds/d3385e341a320dc659f8 to your computer and use it in GitHub Desktop.
Save 9seconds/d3385e341a320dc659f8 to your computer and use it in GitHub Desktop.
wtf2
>>> import os
>>> os.remove == os.unlink
True
>>> os.remove is os.unlink
False
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment