correct parse_qs and parse_qsl test case descriptions.#968
Merged
orsenthil merged 3 commits intoApr 5, 2017
Conversation
|
@orsenthil, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ezio-melotti, @facundobatista and @ncoghlan to be potential reviewers. |
vadmium
reviewed
Apr 3, 2017
| encoding and errors: specify how to decode percent-encoded sequences | ||
| into Unicode characters, as accepted by the bytes.decode() method. | ||
|
|
||
| Returns a dictionary. |
Member
There was a problem hiding this comment.
Indentation is less than the rest
Member
Author
|
@vadmium , thanks for the review. Took a chance to make the docstring of the other method consistently indented too. |
vadmium
reviewed
Apr 4, 2017
| into Unicode characters, as accepted by the bytes.decode() method. | ||
|
|
||
| Returns a list, as G-d intended. | ||
| Returns a list, as G-d intended. |
Member
There was a problem hiding this comment.
Sorry to be nitpicky, but now this will have “Returns a list” indented underneath “Arguments:”, which seems wrong. I haven’t tried, butt I expect the help will look like
Parse a query . . .
Arguments:
qs: . . .
. . .
encoding and errors: . . .
Returns a list . . .
Member
Author
There was a problem hiding this comment.
No problem. I've addressed this comment. I didn't notice it earlier.
Member
Author
orsenthil
added a commit
that referenced
this pull request
Apr 5, 2017
orsenthil
added a commit
that referenced
this pull request
Apr 6, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

It had wrong types written in test case descriptions.