#10464: fix netrc handling of lines with embedded '#" characters.

Patch by Xuanji Li.
diff --git a/Misc/NEWS b/Misc/NEWS
index 494087c..adec2df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@
 Library
 -------
 
+- Issue #10464: netrc now correctly handles lines with embedded '#' characters.
+
 - Added itertools.accumulate().
 
 - Issue #4113: Added custom ``__repr__`` method to ``functools.partial``.