Issue #2432: give DictReader the dialect and line_num attributes
advertised in the docs.
 (backport from r61712)
diff --git a/Misc/NEWS b/Misc/NEWS
index f8f8735..a97fa52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@
 Library
 -------
 
+- Issue #2432: give DictReader the dialect and line_num attributes
+  advertised in the docs.
+
 - Issue #1747858: Fix chown to work with large uid's and gid's on 64-bit
   platforms.