[issue1145257] shutil.copystat() may fail...

2016-04-27 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: accepted -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker ___ _

[issue1145257] shutil.copystat() may fail...

2013-01-27 Thread Petr Prikryl
Petr Prikryl added the comment: Well, it is quite an old event. Anyway, I have fixed the simple example, and launched it on Python 2.6, 2.7, 3.2, 3.3. It does not fail now. But I did not tested it heavily. >From my point of view, it was probably fixed. --

[issue1145257] shutil.copystat() may fail...

2013-01-26 Thread Neil Muller
Neil Muller added the comment: I can't reproduce this bug on windows XP or windows 7 with python 2.7 or python 3.3. Is this still an issue? -- nosy: +Neil Muller ___ Python tracker _

[issue1145257] shutil.copystat() may fail...

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1145257] shutil.copystat() may fail...

2010-04-20 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek resolution: -> accepted versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 -Python 3.0 ___ Python tracker _

[issue1145257] shutil.copystat() may fail...

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shutil.copytree doesn't preserve directory permissions stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker __