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 eric.araujo
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2011-10-09.07:44:01
SpamBayes Score 0.0013727073
Marked as misclassified No
Message-id <1318146241.94.0.204924395915.issue12405@psf.upfronthosting.co.za>
In-reply-to
Content
> IMO in this situation, a and b were created by the installation and so
> should be removed, unless they contain files not added during installation.

I share that opinion.  So, the first step would be to record created directories.  We could extend PEP 376 and write entries without hash nor length record for directories in RECORD, or use another file in the dist-info dir.
History
Date User Action Args
2011-10-09 07:44:02eric.araujosetrecipients: + eric.araujo, vinay.sajip, tarek, alexis
2011-10-09 07:44:01eric.araujosetmessageid: <1318146241.94.0.204924395915.issue12405@psf.upfronthosting.co.za>
2011-10-09 07:44:01eric.araujolinkissue12405 messages
2011-10-09 07:44:01eric.araujocreate