add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag
diff --git a/Misc/ACKS b/Misc/ACKS
index 7e6beee..186cd0f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -214,6 +214,7 @@
 Craig Citro
 Gilles Civario
 Chris Clark
+Laurie Clark-Michalek
 Mike Clarkson
 Andrew Clegg
 Brad Clements
diff --git a/Misc/NEWS b/Misc/NEWS
index 874e12a..99fa5b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -503,6 +503,8 @@
 Tools/Demos
 -----------
 
+- Issue #11797: Add a 2to3 fixer that maps reload() to imp.reload().
+
 - Issue #10966: Remove the concept of unexpected skipped tests.
 
 - Issue #9893: Removed the Misc/Vim directory.