v7.2.0
7.2.0 (2021/02/24)
Added
- :class:
.Redditkeyword argumenttoken_manager. - :class:
.FileTokenManagerand its parent abstract class :class:.BaseTokenManager.
Deprecated
- The configuration setting
refresh_tokenis deprecated and its use will result in a
:py:class:DeprecationWarning. This deprecation applies in all ways of setting
configuration values, i.e., viapraw.ini, as a keyword argument when initializing
an instance of :class:.Reddit, and via thePRAW_REFRESH_TOKENenvironment
variable. To be prepared for PRAW 8, use the new :class:.Redditkeyword argument
token_manager. See :ref:refresh_tokenin PRAW's documentation for an example. - :meth:
.mewill no longer returnNonewhen called in :attr:.read_onlymode
starting in PRAW 8. A :py:class:DeprecationWarningwill be issued. To switch forward
to the PRAW 8 behavior setpraw8_raise_exception_on_me=Truein your
:class:.Redditcall.