pydoc.stripid() is now case-insensitive for its regex to support platforms that
have pointer addresses in uppercase.
Closes bug #934282. Thanks Robin Becker.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3619c47..566cb0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -336,8 +336,10 @@
Library
-------
+- Bug #934282: pydoc.stripid() is now case-insensitive. Thanks Robin Becker.
+
- Bug #823209: cmath.log() now takes an optional base argument so that its
- API matches math.log().
+ API matches math.log().
- Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
that generate a *-debuginfo.rpm.