[issue10760] tarfile doesn't handle sysfs well

2013-07-05 Thread Christian Heimes
Changes by Christian Heimes : -- versions: +Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue10760] tarfile doesn't handle sysfs well

2012-09-23 Thread Guy Rozendorn
Guy Rozendorn added the comment: Here's a test case that re-creates this issue. I chose to use mocks instead of sample files from sysfs so it would be simpler to run, it can be easily changed to use a file from sysfs. The following code runs on Python2.7, requires the mock library {code} from

[issue10760] tarfile doesn't handle sysfs well

2011-07-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> test needed versions: +Python 2.7 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list ma

[issue10760] tarfile doesn't handle sysfs well

2011-06-26 Thread Guy Rozendorn
Changes by Guy Rozendorn : -- nosy: +guyrozendorn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue10760] tarfile doesn't handle sysfs well

2011-01-04 Thread Lars Gustäbel
Changes by Lars Gustäbel : -- assignee: -> lars.gustaebel components: +Library (Lib) -None nosy: +lars.gustaebel ___ Python tracker ___ _

[issue10760] tarfile doesn't handle sysfs well

2010-12-22 Thread Yoni Tsafir
New submission from Yoni Tsafir : When I try to add a special file from sys, e.g.: /sys/class/scsi_host/host0/cmd_per_lun (which is reported of size 4096 but actually reading it will return only several bytes of a result), I get the following exception: Traceback (most recent call last): Fil