From 0aac91680f5dd65bd85441bd62a20b9c4d9ebde5 Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Mon, 17 Feb 2020 18:47:45 +0100 Subject: [PATCH] docs: versionadded/changed directives for 4.3 --- docs/as-module.rst | 9 +++++++-- docs/cli-options.rst | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/as-module.rst b/docs/as-module.rst index aa3a7e0..c97c448 100644 --- a/docs/as-module.rst +++ b/docs/as-module.rst @@ -187,8 +187,6 @@ Exceptions .. autoexception:: QueryReturnedBadRequestException -.. autoexception:: QueryReturnedNotFoundException - .. autoexception:: QueryReturnedForbiddenException .. autoexception:: ProfileNotExistsException @@ -211,6 +209,13 @@ Exceptions .. autoexception:: PostChangedException +.. autoexception:: QueryReturnedNotFoundException + + .. versionchanged:: 4.3 + QueryReturnedNotFoundException now inherits ConnectionException + to retry on 404 errors. + + .. autoexception:: TooManyRequestsException ``InstaloaderContext`` (Low-level functions) diff --git a/docs/cli-options.rst b/docs/cli-options.rst index 8b8e45b..5bef2e5 100644 --- a/docs/cli-options.rst +++ b/docs/cli-options.rst @@ -250,6 +250,8 @@ Miscellaneous Options Seconds to wait before timing out a connection request. + .. versionadded:: 4.3 + .. option:: +args.txt Read arguments from file `args.txt`, a shortcut to provide arguments from