Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
diff --git a/Misc/NEWS b/Misc/NEWS
index 052ec48..e26cd72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -418,6 +418,9 @@
 Library
 -------
 
+- Issue #7071: byte-compilation in Distutils is now done with respect to
+  sys.dont_write_bytecode.
+
 - Issue #7066: archive_util.make_archive now restores the cwd if an error is 
   raised. Initial patch by Ezio Melotti.