Selector ======== Description ----------- :class:`.Selector` can be used to replace `SCons.Util.Selector`_ which currently seems to have some quirks. While `SCons.Util.Selector`_ works only with simple suffixes (such as ``.yyy``), without embedded dots, the :class:`.Selector` handles long, multi-part suffixes (such as ``.xxx.yyy``). .. _SCons.Util.Selector: https://scons.org/doc/HTML/scons-api/SCons.Util.Selector-class.html ..