diff --git a/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml b/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml index a9f3198..1136cec 100644 --- a/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml +++ b/python/docs-ref-autogen/msal/msal.application.ClientApplication.yml @@ -276,7 +276,8 @@ constructor: \ \"rb\") as f:\n persisted_http_cache = pickle.load(f) # Take a\ \ snapshot\n except (\n FileNotFoundError, # Or IOError in Python\ \ 2\n pickle.UnpicklingError, # A corrupted http cache file\n \ - \ ):\n persisted_http_cache = {} # Recover by starting afresh\n\ + \ AttributeError, # Cache created by a different version of MSAL\n \ + \ ):\n persisted_http_cache = {} # Recover by starting afresh\n\ \ atexit.register(lambda: pickle.dump(\n # When exit, flush it back\ \ to the file.\n # It may occasionally overwrite another process's concurrent\ \ write,\n # but that is fine. Subsequent runs will reach eventual consistency.\n\ diff --git a/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml b/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml index 5372405..f60b4da 100644 --- a/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml +++ b/python/docs-ref-autogen/msal/msal.application.ConfidentialClientApplication.yml @@ -276,7 +276,8 @@ constructor: \ \"rb\") as f:\n persisted_http_cache = pickle.load(f) # Take a\ \ snapshot\n except (\n FileNotFoundError, # Or IOError in Python\ \ 2\n pickle.UnpicklingError, # A corrupted http cache file\n \ - \ ):\n persisted_http_cache = {} # Recover by starting afresh\n\ + \ AttributeError, # Cache created by a different version of MSAL\n \ + \ ):\n persisted_http_cache = {} # Recover by starting afresh\n\ \ atexit.register(lambda: pickle.dump(\n # When exit, flush it back\ \ to the file.\n # It may occasionally overwrite another process's concurrent\ \ write,\n # but that is fine. Subsequent runs will reach eventual consistency.\n\ diff --git a/xrefmap.yml b/xrefmap.yml index ae175c7..5b327fe 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -471,10 +471,6 @@ references: href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException name: UnexpectedException uid: doctest.UnexpectedException -- fullName: doctest.failureException - href: https://docs.python.org/3/library/doctest.html#doctest.failureException - name: failureException - uid: doctest.failureException - fullName: email.errors.BoundaryError href: https://docs.python.org/3/library/email.errors.html#email.errors.BoundaryError name: BoundaryError @@ -1003,6 +999,10 @@ references: href: https://docs.python.org/3/library/tarfile.html#tarfile.HeaderError name: HeaderError uid: tarfile.HeaderError +- fullName: tarfile.LinkFallbackError + href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkFallbackError + name: LinkFallbackError + uid: tarfile.LinkFallbackError - fullName: tarfile.LinkOutsideDestinationError href: https://docs.python.org/3/library/tarfile.html#tarfile.LinkOutsideDestinationError name: LinkOutsideDestinationError @@ -1975,6 +1975,38 @@ references: href: https://docs.python.org/3/library/datetime.html#datetime.timezone.utc name: utc uid: datetime.timezone.utc +- fullName: decimal.Context.Emax + href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emax + name: Emax + uid: decimal.Context.Emax +- fullName: decimal.Context.Emin + href: https://docs.python.org/3/library/decimal.html#decimal.Context.Emin + name: Emin + uid: decimal.Context.Emin +- fullName: decimal.Context.capitals + href: https://docs.python.org/3/library/decimal.html#decimal.Context.capitals + name: capitals + uid: decimal.Context.capitals +- fullName: decimal.Context.clamp + href: https://docs.python.org/3/library/decimal.html#decimal.Context.clamp + name: clamp + uid: decimal.Context.clamp +- fullName: decimal.Context.flags + href: https://docs.python.org/3/library/decimal.html#decimal.Context.flags + name: flags + uid: decimal.Context.flags +- fullName: decimal.Context.prec + href: https://docs.python.org/3/library/decimal.html#decimal.Context.prec + name: prec + uid: decimal.Context.prec +- fullName: decimal.Context.rounding + href: https://docs.python.org/3/library/decimal.html#decimal.Context.rounding + name: rounding + uid: decimal.Context.rounding +- fullName: decimal.Context.traps + href: https://docs.python.org/3/library/decimal.html#decimal.Context.traps + name: traps + uid: decimal.Context.traps - fullName: definition.__doc__ href: https://docs.python.org/3/library/stdtypes.html#definition.__doc__ name: __doc__ @@ -2091,6 +2123,10 @@ references: href: https://docs.python.org/3/library/doctest.html#doctest.UnexpectedException.test name: test uid: doctest.UnexpectedException.test +- fullName: doctest.module.__test__ + href: https://docs.python.org/3/library/doctest.html#doctest.module.__test__ + name: __test__ + uid: doctest.module.__test__ - fullName: email.charset.Charset.body_encoding href: https://docs.python.org/3/library/email.charset.html#email.charset.Charset.body_encoding name: body_encoding @@ -12439,6 +12475,10 @@ references: href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.emit name: emit uid: logging.handlers.RotatingFileHandler.emit +- fullName: logging.handlers.RotatingFileHandler.shouldRollover + href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler.shouldRollover + name: shouldRollover + uid: logging.handlers.RotatingFileHandler.shouldRollover - fullName: logging.handlers.SMTPHandler.emit href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.SMTPHandler.emit name: emit @@ -12507,6 +12547,10 @@ references: href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.getFilesToDelete name: getFilesToDelete uid: logging.handlers.TimedRotatingFileHandler.getFilesToDelete +- fullName: logging.handlers.TimedRotatingFileHandler.shouldRollover + href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.TimedRotatingFileHandler.shouldRollover + name: shouldRollover + uid: logging.handlers.TimedRotatingFileHandler.shouldRollover - fullName: logging.handlers.WatchedFileHandler.emit href: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.WatchedFileHandler.emit name: emit @@ -22119,6 +22163,10 @@ references: href: https://docs.python.org/3/library/os.html#os.pardir name: pardir uid: os.pardir +- fullName: os.path.ALLOW_MISSING + href: https://docs.python.org/3/library/os.path.html#os.path.ALLOW_MISSING + name: ALLOW_MISSING + uid: os.path.ALLOW_MISSING - fullName: os.path.supports_unicode_filenames href: https://docs.python.org/3/library/os.path.html#os.path.supports_unicode_filenames name: supports_unicode_filenames @@ -27023,6 +27071,10 @@ references: href: https://docs.python.org/3/library/ast.html#ast.TypeAlias name: TypeAlias uid: ast.TypeAlias +- fullName: ast.TypeIgnore + href: https://docs.python.org/3/library/ast.html#ast.TypeIgnore + name: TypeIgnore + uid: ast.TypeIgnore - fullName: ast.TypeVar href: https://docs.python.org/3/library/ast.html#ast.TypeVar name: TypeVar @@ -30955,6 +31007,10 @@ references: href: https://docs.python.org/3/library/codecs.html#codecs.backslashreplace_errors name: backslashreplace_errors uid: codecs.backslashreplace_errors +- fullName: codecs.charmap_build + href: https://docs.python.org/3/library/codecs.html#codecs.charmap_build + name: charmap_build + uid: codecs.charmap_build - fullName: codecs.decode href: https://docs.python.org/3/library/codecs.html#codecs.decode name: decode