• Serhiy Storchaka's avatar
    [2.7] bpo-35133: Fix mistakes when concatenate string literals on different... · 3e3e1a27
    Serhiy Storchaka authored
    [2.7] bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) (GH-10335) (GH-10336)
    
    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 34fd4c20)
    (cherry picked from commit 7054e5c80b6e98cd44e22d1bc2d7f0a94343089d)
    3e3e1a27
bdist_msi.py 34.4 KB