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 jaraco
Recipients barry, jaraco, zach.ware
Date 2021-12-31.03:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640921821.11.0.58323917865.issue37043@roundup.psfhosted.org>
In-reply-to
Content
I encountered this issue again today in issue46118.

I started looking into creating the patchcheck, but I realize it may be a little tricky to detect the introduction of a new folder, because `git diff` doesn't actually report new folders, and my initial research indicates it's [far from straightforward](https://stackoverflow.com/a/36293191/70170).

I thought maybe git diff --dirstat might help, but it doesn't. It reports 100% different for a new file in a new folder and same for a new file in an existing folder.
History
Date User Action Args
2021-12-31 03:37:01jaracosetrecipients: + jaraco, barry, zach.ware
2021-12-31 03:37:01jaracosetmessageid: <1640921821.11.0.58323917865.issue37043@roundup.psfhosted.org>
2021-12-31 03:37:01jaracolinkissue37043 messages
2021-12-31 03:37:01jaracocreate