Skip to content

Instantly share code, notes, and snippets.

@tianhuil
Created June 22, 2017 22:59
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 tianhuil/ae3fe94070fbc7a1e2cd4cafcf7af4a4 to your computer and use it in GitHub Desktop.
Save tianhuil/ae3fe94070fbc7a1e2cd4cafcf7af4a4 to your computer and use it in GitHub Desktop.
# cd into a new folder and observe the error in the last line.
yes | rm email.py*
echo "from email.utils import formatdate; print 'OK'" > foo.py
PYTHONPATH="" python foo.py
touch email.py
PYTHONPATH="" python foo.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment