Asynchronous check will no longer fail in Python 3.6 multithreading edge cases.
7.1.3 (2021/02/05)
Changed
Asynchronous check will no longer occur when in a Jupyter notebook.
7.1.2 (2021/02/03)
Fixed
Asynchronous check would not work on Python 3.6 as asyncio.get_running_loop only
exists on Python 3.7+.
7.1.1 (2021/02/02)
Added
Add method :meth:~.Subreddits.premium to reflect the naming change in Reddit's API.
Ability to submit image galleries with :meth:.submit_gallery.
Ability to pass a gallery url to :meth:.Reddit.submission.
Ability to specify modmail mute duration.
Add method :meth:.invited to get invited moderators of a subreddit.
Ability to submit text/self posts with inline media.
Add method :meth:~.Submission.award and :meth:~.Comment.award with the ability to
specify type of award, anonymity, and message when awarding a submission or comment.
Ability to specify subreddits by name using the subreddits parameter in
:meth:.Reddit.info.
A check to see if PRAW is running in an asynchronous environment and will advise the
user to use Async PRAW <https://asyncpraw.readthedocs.io>_. This also adds a
configuration option to disable the check.
Changed
Drop support for Python 3.5, which is end-of-life on 2020-09-13.
:class:~.BoundedSet will now utilize a Last-Recently-Used (LRU) storing mechanism,
which will change the order in which elements are removed from the set.
Improved :meth:.submit_image and :meth:.submit_video performance in slow
network environments by removing a race condition when establishing a
websocket connection.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps praw from 7.1.0 to 7.1.4.
Release notes
Sourced from praw's releases.
Changelog
Sourced from praw's changelog.
... (truncated)
Commits
4b6eab5
Bump to v7.1.468ef2de
Merge pull request #1664 from LilSpazJoekp/masterfc3af25
Broaden exception catch for async check1453036
Merge pull request #1662 from LilSpazJoekp/typos087caf1
Add periods to error message strings099a22a
Fix typos in docs03f3da8
Fix parameter list indentation9ee2475
Merge pull request #1661 from LilSpazJoekp/preferences_update351af39
Update user preferences tablee2352cb
Merge pull request #1660 from praw-dev/finishing_touchesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)