]> granicus.if.org Git - python/commit
Remove unnecessary \b. It was causing the RE to miss the tailing
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 24 Mar 2002 23:02:07 +0000 (23:02 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 24 Mar 2002 23:02:07 +0000 (23:02 +0000)
commitd69711cb1ef1e44d4fcd72d6a1b01ac6f3a52782
treeef9d83e8a3287d6edc91a4b496ba2b4c0df4f571
parent5ee24ae98d191d5a645c2cf67487285de2f2651b
Remove unnecessary \b.  It was causing the RE to miss the tailing
slash on strings like "http://www.python.org/ is good".
Lib/pydoc.py