reference-modified.rst 574 B

123456789101112131415
  1. :py:attr:`modified`
  2. ===================
  3. The last-modified date of the feed, as specified in the
  4. :abbr:`HTTP (Hypertext Transfer Protocol)` headers.
  5. The purpose of :py:attr:`modified` is explained more fully in :ref:`http.etag`.
  6. .. tip::
  7. :py:attr:`modified` will only be present if the feed was retrieved from a web
  8. server, and only if the web server provided a Last-Modified
  9. :abbr:`HTTP (Hypertext Transfer Protocol)` header for the feed. If the feed
  10. was parsed from a local file or from a string in memory, :py:attr:`modified`
  11. will not be present.