v7.5.0
7.5.0 (2021/11/13)
Added
- Log a warning if a submission's
comment_sort
attribute is updated after the
submission has already been fetched and awarn_comment_sort
config setting to turn
off the warning. - :meth:
.user_selectable
to get available subreddit link flairs. - Automatic RateLimit handling will support errors with millisecond resolution.
Fixed
- An import error when using PRAW in environments where
libsqlite3-dev
is needed to
utilize thesqlite3
builtin. - Fixed bug where some keyword arguments that are passed to :meth:
.Draft.submit
would
not have an effect.