This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Oliver Etchebarne (drmad)
Recipients Oliver Etchebarne (drmad)
Date 2017-03-15.16:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489595714.25.0.323545213804.issue29821@psf.upfronthosting.co.za>
In-reply-to
Content
I didn't research this issue further. Create a file 'test.py', and write only 'import shutil'. Then create a file 'copy.py' in the same directory, and write something inside, like 'print ("OH NO")'.

When you run test.py, 'copy.py' is executed, and prints the string. Tested with python 3.5 and 3.6. Works as expected (test.py doing nothing) in python 2.7
History
Date User Action Args
2017-03-15 16:35:14Oliver Etchebarne (drmad)setrecipients: + Oliver Etchebarne (drmad)
2017-03-15 16:35:14Oliver Etchebarne (drmad)setmessageid: <1489595714.25.0.323545213804.issue29821@psf.upfronthosting.co.za>
2017-03-15 16:35:14Oliver Etchebarne (drmad)linkissue29821 messages
2017-03-15 16:35:14Oliver Etchebarne (drmad)create