Skip to content

[3.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)#10334

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-34fd4c2-3.7
Nov 5, 2018
Merged

[3.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)#10334
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-34fd4c2-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Nov 5, 2018

Copy link
Copy Markdown
Contributor

Two kind of mistakes:

  1. Missed space. After concatenating there is no space between words.

  2. Missed comma. Causes unintentional concatenating in a list of strings.
    (cherry picked from commit 34fd4c2)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue35133

… lines. (pythonGH-10284)

Two kind of mistakes:

1. Missed space. After concatenating there is no space between words.

2. Missed comma. Causes unintentional concatenating in a list of strings.
(cherry picked from commit 34fd4c2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7beb8c5 into python:3.7 Nov 5, 2018
@miss-islington miss-islington deleted the backport-34fd4c2-3.7 branch November 5, 2018 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants