diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-06-19 01:02:51 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-06-19 01:02:51 (GMT) |
commit | c6c1f478d9236ed92312f55b0421497b4f86a302 (patch) | |
tree | dd6e65e2291e9c778c48ffc21ce5cc9f119154a6 /Misc | |
parent | 2b2fe94cde439e020ec2a5152e3d3e1dfec6ce9d (diff) | |
download | cpython-c6c1f478d9236ed92312f55b0421497b4f86a302.zip cpython-c6c1f478d9236ed92312f55b0421497b4f86a302.tar.gz cpython-c6c1f478d9236ed92312f55b0421497b4f86a302.tar.bz2 |
pydoc.stripid() is now case-insensitive for its regex to support platforms that
have pointer addresses in uppercase.
Closes bug #934282. Thanks Robin Becker.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -43,6 +43,7 @@ Samuel L. Bayer Donald Beaudry David Beazley Neal Becker +Robin Becker Bill Bedford Reimer Behrends Thomas Bellman @@ -336,8 +336,10 @@ Extension modules 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. |