[issue10148] st_mtime differs after shutil.copy2

2010-10-19 Thread Luke McCarthy

New submission from Luke McCarthy :

When copying a file with shutil.copy2() between two ext4 filesystems on 64-bit 
Linux, the mtime of the destination file is different after the copy. It 
appears as if the resolution is slightly different, so the mtime is truncated 
slightly. For example:

source file mtime:  1287367331.8433506
destination file mtime: 1287367331.84335

--
components: Library (Lib)
messages: 119176
nosy: shaurz
priority: normal
severity: normal
status: open
title: st_mtime differs after shutil.copy2
type: behavior
versions: Python 3.1

___
Python tracker 
<http://bugs.python.org/issue10148>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14683] os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)

2012-04-27 Thread Luke McCarthy

New submission from Luke McCarthy :

This caused something to break in our code. I know, maybe it shouldn't rely on 
that.

--
messages: 159460
nosy: shaurz
priority: normal
severity: normal
status: open
title: os.path.isdir.__name__ is "_isdir" on Windows (2.7.3)
versions: Python 2.7

___
Python tracker 
<http://bugs.python.org/issue14683>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com