Djoume Salvetti added the comment:

This patch introduces a slight change in behaviour.

Now compilation will only happen if there is a difference in the number of 
seconds in the timestamp of files, before this patch any difference in mtime 
will trigger a rebuild. This is because the timestamp in the pyc file is an 
integer number of seconds, while mtime from stat is a float time.

----------
nosy: +djoume

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5128>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to