Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-7054e5c-2.7
Nov 5, 2018
Merged

[2.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335)#10336
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-7054e5c-2.7

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Nov 5, 2018

Copy link
Copy Markdown
Member

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).
(cherry picked from commit 7054e5c)

https://bugs.python.org/issue35133

…ferent lines. (pythonGH-10284) (pythonGH-10335)

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).
(cherry picked from commit 7054e5c)
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.

3 participants