Skip to content

v7.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 22:38

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".