bheemesh v wrote:
Hello,
I am a newbie to this mailing list, i have seen in some mail
discussions about a tar archive creation by forcibly setting the
UID/GID to a specific user (say root).
Hello Bheemesh,
This mailing list is for the development of Python, not for developing
*with* Python
bheemesh v wrote:
> I am a newbie to this mailing list, i have seen in some mail discussions
> about a tar archive creation by forcibly setting the UID/GID to a specific
> user (say root).
Note that this is the mailing list about core development of the CPython
interpreter, not about general Pytho
Hello,
I am a newbie to this mailing list, i have seen in some mail discussions
about a tar archive creation by forcibly setting the UID/GID to a specific
user (say root).
Te code mentioned goes like this:
tar = tarfile.open("foo.tar.gz", "w:gz")
for filename in filenames:
tarinfo = tar.gettar