[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-02-05 Thread Hynek Schlawack
Hynek Schlawack added the comment: The buildbots look happy, thank you for spotting & the patch Thomas! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 47c65639390d by Hynek Schlawack in branch '3.3': #17076: Make copying of xattrs more permissive of missing FS support http://hg.python.org/cpython/rev/47c65639390d New changeset 7ccdbd1cd213 by Hynek Schlawack in branch 'default': #17076: Make copyi

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-02-04 Thread Hynek Schlawack
Changes by Hynek Schlawack : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-31 Thread Thomas Wouters
Thomas Wouters added the comment: Now really updated the patch. -- Added file: http://bugs.python.org/file28927/shutil.patch ___ Python tracker ___ __

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-31 Thread Thomas Wouters
Changes by Thomas Wouters : Removed file: http://bugs.python.org/file28926/shutil.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-31 Thread Thomas Wouters
Changes by Thomas Wouters : Removed file: http://bugs.python.org/file28898/shutil.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-31 Thread Thomas Wouters
Thomas Wouters added the comment: Updated patch with test. -- Added file: http://bugs.python.org/file28926/shutil.patch ___ Python tracker ___ ___

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-29 Thread Hynek Schlawack
Hynek Schlawack added the comment: Could you add regression tests to your patch please? -- assignee: -> hynek priority: high -> normal type: crash -> behavior ___ Python tracker ___

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-29 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +hynek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue17076] shutil.copytree failing on xattr-less filesystems (like NFS)

2013-01-29 Thread Thomas Wouters
New submission from Thomas Wouters: The new xattr support in shutil causes shutil.copytree and shutil.copy2 to fail inelegantly on (source) filesystems that do not support xattrs (like NFS): # /home/twouters does not support xattrs >>> os.listxattr("/home/twouters/foo") Traceback (most recent c