Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
response, instead of raising an exception.
diff --git a/Doc/library/nntplib.rst b/Doc/library/nntplib.rst
index 69adffb..0f0b7d2 100644
--- a/Doc/library/nntplib.rst
+++ b/Doc/library/nntplib.rst
@@ -252,6 +252,8 @@
      (including headers and body)
    * the ``:lines`` metadata: the number of lines in the article body
 
+   The value of each item is either a string, or :const:`None` if not present.
+
    It is advisable to use the :func:`decode_header` function on header
    values when they may contain non-ASCII characters::