when we deprecate ``` register('--use-old-namin...
# general
w
when we deprecate
Copy code
register('--use-old-naming-style', advanced=True, default=True, action='store_true',
             deprecated_version='0.0.67',
             deprecated_hint='Switch to use the safe identifier to construct canonical classpath.',
             help='Use the old (unsafe) naming style construct canonical classpath.’)
is it deleted, or defaulted to False?