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 erik.bray
Recipients brett.cannon, erik.bray, pitrou
Date 2013-03-01.19:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362167823.61.0.0147819449223.issue17330@psf.upfronthosting.co.za>
In-reply-to
Content
Put another way, the cache associated with a FileFinder only keeps track of the filenames in a directory, and not their individual mtimes.  So if a new file is added to the directory the cache should be invalided.  Likewise if a file is removed.

If a file is modified or removed and a new file with the same name subsequently added this is irrelevant to the cache.  Importing that module will still succeed if it hasn't already been imported.  If that module's file is *not* in the cache then an ImportError is raised.
History
Date User Action Args
2013-03-01 19:57:03erik.braysetrecipients: + erik.bray, brett.cannon, pitrou
2013-03-01 19:57:03erik.braysetmessageid: <1362167823.61.0.0147819449223.issue17330@psf.upfronthosting.co.za>
2013-03-01 19:57:03erik.braylinkissue17330 messages
2013-03-01 19:57:03erik.braycreate