]> granicus.if.org Git - python/commit
Change pydoc.stripid() be able to match against 64-bit addresses by having
authorBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 01:22:48 +0000 (01:22 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 19 Jun 2004 01:22:48 +0000 (01:22 +0000)
commit84601f14a3c265fbfd1dd334f53a49c33988caf6
tree1c84f1d2e7cc3c24968d6b301d048935800d6890
parentc6c1f478d9236ed92312f55b0421497b4f86a302
Change pydoc.stripid() be able to match against 64-bit addresses by having
regex match from 6 to 16 characters.
Lib/pydoc.py