string_processing: Handle overloaded operators when splitting long strings #2334
Labels
C: preview style
Issues with the preview and unstable style. Add the name of the responsible feature in the title.
F: linebreak
How should we split up lines?
F: strings
Related to our handling of strings
S: accepted
The changes in this design / enhancement issue have been accepted and can be implemented
T: enhancement
New feature or request
I'm not sure how often
pathlib.Path
is used with the augmented assignment operator rather than the regular one (/
) nor do I know how often the string would be long enough that it would need to be split but all that aside,/=
can definitely appear with strings on the right-hand of the assignment operator too:Originally posted by @jack1142 in #2312 (comment)
The text was updated successfully, but these errors were encountered: