Issue #3282: str.isprintable() should return False for undefined Unicode characters.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b3c35a..76e9552 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #3282: str.isprintable() should return False for undefined
+  Unicode characters.
+
 - Issue #3236: Return small longs from PyLong_FromString.
 
 Library