Issue #9000: datetime.timezone objects now have eval-friendly repr.
diff --git a/Misc/NEWS b/Misc/NEWS
index bd64056..282aa25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1394,6 +1394,8 @@
 Extension Modules
 -----------------
 
+- Issue #9000: datetime.timezone objects now have eval-friendly repr.
+
 - In the math module, correctly lookup __trunc__, __ceil__, and __floor__ as
   special methods.