In the case you have a multiple licences with there names inside each other like license_civ_dep and license_civ_depot1 it will find the first match of dep. This change now forces it to check the entire string. Also some nice stuff like better invalid name checking.
In the case you have a multiple licences with there names inside each other like
license_civ_dep
andlicense_civ_depot1
it will find the first match ofdep
. This change now forces it to check the entire string. Also some nice stuff like better invalid name checking.Also as a Python programmer I hate switches...