You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... which it now properly uses both the new “appdirectories” thing,
and also employs the `replutilities.NoDefault` singleton object
to differentiate between calling “get('key', default=None)” and
just doing “get('key')” – the latter of which will raise when
'key' is AWOL instead of returning `None`.
0 commit comments