commit | 861d38443d4b85cdc7b87afc4adee55f51c2f4b3 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 15 01:09:47 2018 +0300 |
committer | GitHub <noreply@github.com> | Tue May 15 01:09:47 2018 +0300 |
tree | 9e702bbf51583e4740b44af2a1d113ba007d811d | |
parent | 84fc6c59cf286fc4e6b3a700c6db36ecc2bff92b [diff] |
[2.7] bpo-32861: robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6817) The robotparser's __str__ representation now includes wildcard entries. (cherry picked from commit c3fa1f2b93fa4bf96a8aadc74ee196384cefa31e) Co-authored-by: Michael Lazar <lazar.michael22@gmail.com>.