Skip to content

[3.6] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)#6796

Closed
miss-islington wants to merge 1 commit intopython:3.6from
miss-islington:backport-bd08a0a-3.6
Closed

[3.6] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711)#6796
miss-islington wants to merge 1 commit intopython:3.6from
miss-islington:backport-bd08a0a-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented May 14, 2018

The urllib.robotparser's str representation now includes wildcard
entries and the "Crawl-delay" and "Request-rate" fields. Also removes extra
newlines that were being appended to the end of the string.
(cherry picked from commit bd08a0a)

Co-authored-by: Michael Lazar [email protected]

https://bugs.python.org/issue32861

…GH-5711)

The urllib.robotparser's __str__ representation now includes wildcard
entries and the "Crawl-delay" and "Request-rate" fields. Also removes extra
newlines that were being appended to the end of the string.
(cherry picked from commit bd08a0a)

Co-authored-by: Michael Lazar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants