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 christian.heimes
Recipients christian.heimes, cstratak, doko, matrixise, pmpp, r.david.murray, vstinner
Date 2020-11-24.18:31:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606242662.91.0.102405498448.issue28468@roundup.psfhosted.org>
In-reply-to
Content
From PR discussion on GH:

I made ID_LIKE a special case because it's likely a users will use the field in a wrong way. The issue won't be detected in common CI because the field is either not present or contains a single item for majority of Linux distros. Common values are debian or fedora. For example Ubuntu has ID_LIKE=debian. Only very few distros have an ID_LIKE with multiple entries.

Victor asked me to remove the special case because splitting is trivial. In that case users would have to split the field and always check for "name in info["ID_LIKE"].split()".

The special case makes it less likely that users get the field wrong and reduces their burden.
History
Date User Action Args
2020-11-24 18:31:02christian.heimessetrecipients: + christian.heimes, doko, vstinner, r.david.murray, pmpp, matrixise, cstratak
2020-11-24 18:31:02christian.heimessetmessageid: <1606242662.91.0.102405498448.issue28468@roundup.psfhosted.org>
2020-11-24 18:31:02christian.heimeslinkissue28468 messages
2020-11-24 18:31:02christian.heimescreate