Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
conversion.

(Patch reviewed by David Murray.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 28803f8..b05b93c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@
 Library
 -------
 
+- Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
+  conversion.
+
 - Issue #11019: Fixed BytesGenerator so that it correctly handles a Message
   with a None body.