[issue29359] Deprecate string concatenation without plus

2017-01-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also the topic "Implicit string literal concatenation considered harmful?" on Python-Ideas: https://mail.python.org/pipermail/python-ideas/2013-May/020527.html If you want to revive this issue, it is better to do this on the Python-Ideas mailing list.

[issue29359] Deprecate string concatenation without plus

2017-01-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See PEP 3126. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue29359] Deprecate string concatenation without plus

2017-01-24 Thread Aivar Annamaa
Changes by Aivar Annamaa : -- components: +Interpreter Core ___ Python tracker ___

[issue29359] Deprecate string concatenation without plus

2017-01-24 Thread Aivar Annamaa
New submission from Aivar Annamaa: How quickly will you notice the bug here: for sequence in ["Command", "MagicCommand", "Open", "Save", "SaveAs", "NewFile", "EditorTextCreated"