Patch #4739 by David Laban: add symbols to pydoc help topics,
so that ``help('@')`` works as expected.
diff --git a/Misc/NEWS b/Misc/NEWS
index 593478d..4a15054 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,9 @@
 Library
 -------
 
+- Issue #4739: Add pydoc help topics for symbols, so that e.g. help('@')
+  works as expected in the interactive environment.
+
 - Issue #4756: zipfile.is_zipfile() now supports file-like objects. Patch by
   Gabriel Genellina.