PRAW v5.2.0 Release Notes

Release Date: 2017-10-24 // over 6 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ An attribute on :class:.LiveUpdate now works as lazy attribute (i.e. populate an attribute when the attribute is first accessed).

    ๐Ÿ—„ Deprecated

    • subreddit.comments.gilded because there isn't actually an endpoint that returns only gilded comments. Use subreddit.gilded instead.

    ๐Ÿ›  Fixed

    • โœ‚ Removed comment.permalink() because comment.permalink is now an attribute returned by Reddit.