v7.3.1
7.3.1 (2021/07/06)
Changed
- :class:
.Reddit
will now be shallow copied when a deepcopy is preformed on it as
asyncprawcore.Session
(more specifically, :py:class:asyncio.AbstractEventLoop
)
does not support being deepcopied.
Fixed
- Fixed an issue where some :class:
.RedditBase
objects would be sent in a request as
"None"
.