Message5183

Author gdoutch
Recipients gdoutch
Date 2009-09-17.10:36:32
SpamBayes Score 1.5100543e-10
Marked as misclassified No
Message-id <1253183792.77.0.763915044105.issue1472@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so this is default behavior?

I see the same happens in python:

C:\Python25>python getfile.py
getfile.py

C:\Python25>python getfile.py
getfile.py

C:\Python25>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import getfile
getfile.py
>>> ^Z


C:\Python25>python
Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import getfile
getfile.pyc
>>>


What would be the workaround if the name of the compiled file is of no
use to you, only the original script?
History
Date User Action Args
2009-09-17 10:36:32gdoutchsetmessageid: <1253183792.77.0.763915044105.issue1472@psf.upfronthosting.co.za>
2009-09-17 10:36:32gdoutchsetrecipients: + gdoutch
2009-09-17 10:36:32gdoutchlinkissue1472 messages
2009-09-17 10:36:32gdoutchcreate