This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgold-qnx
Recipients lars.gustaebel, mgold-qnx
Date 2011-04-21.15:45:08
SpamBayes Score 0.004731038
Marked as misclassified No
Message-id <1303400709.32.0.668732189774.issue11899@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, TarFile should also have a separate method to take a TarInfo instance and modify its type to LNKTYPE if applicable.  gettarinfo can call that.

This way the user can use a TarInfo object created before any files are added, and can easily get this linking behaviour if desired.

(Note: In my initial message, I had LNKNAME where I meant LNKTYPE.)
History
Date User Action Args
2011-04-21 15:45:09mgold-qnxsetrecipients: + mgold-qnx, lars.gustaebel
2011-04-21 15:45:09mgold-qnxsetmessageid: <1303400709.32.0.668732189774.issue11899@psf.upfronthosting.co.za>
2011-04-21 15:45:08mgold-qnxlinkissue11899 messages
2011-04-21 15:45:08mgold-qnxcreate