[issue36628] Enhancement: i-Strings

2019-04-14 Thread Aditya Shankar
Change by Aditya Shankar : -- resolution: postponed -> duplicate ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue36628] Enhancement: i-Strings

2019-04-14 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Some discussions in the past and the common suggestion/idiom is to use textwrap.dedent. I agree with @SilentGhost that it should be first brought up in python-ideas and also addressing the concerns for similar proposal in the past if they are still

[issue36628] Enhancement: i-Strings

2019-04-14 Thread SilentGhost
SilentGhost added the comment: This type of enhancements should be in the first place discussed on python-ideas mailing list and a PEP would probably be needed at the second stage. Not that I think it's likely this suggestion has much chance. What you're desiring can already be implemented u

[issue36628] Enhancement: i-Strings

2019-04-14 Thread Aditya Shankar
New submission from Aditya Shankar : Problem: multiline strings are a pain to represent (other than of-course in docstrings), representing a multiline string inside a function looks something like this - def foo(): # some code ... ... # some code text = """abc meta alpha c