FPHSA: detect package name mismatches

The `FPHSA_NAME_MISMATCHED` variable may be set if this is intentional
(but should be cleared after the call to not affect other FPHSA calls).
It may also be passed via the `NAME_MISMATCHED` option for new-signature
FPHSA calls.
This commit is contained in:
Ben Boeckel
2019-12-09 08:19:35 -05:00
parent 93526fd913
commit ee4673c1ae
10 changed files with 113 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
fphsa-name-mismatch
-------------------
* The :module:`FindPackageHandleStandardArgs` module learned to check the
package name passed in for typo mistakes.