[issue28141] shutil.copystat utime lookup fails on certain Android file systems

2021-12-29 Thread Irit Katriel
Irit Katriel added the comment: Please create a new issue if this is still a problem on a currentl version of python (>= 3.9). -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker

[issue28141] shutil.copystat utime lookup fails on certain Android file systems

2021-12-07 Thread Irit Katriel
Irit Katriel added the comment: Jerry, is this still a problem with current python versions? (2.7/3.5 are no longer being maintained). -- nosy: +iritkatriel status: open -> pending ___ Python tracker __

[issue28141] shutil.copystat utime lookup fails on certain Android file systems

2016-09-13 Thread Jerry A
New submission from Jerry A: shutil.copystat fails on certain Android filesystems when trying lookup("utime") (line 194 of https://hg.python.org/cpython/file/3.5/Lib/shutil.py) Using Python 2.7 and Python 3.5 on Android 6.0.1., when I am on the "typical" user file system, and I run a script t