This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arcivanov
Recipients arcivanov
Date 2018-02-26.10:59:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519642786.05.0.467229070634.issue32954@psf.upfronthosting.co.za>
In-reply-to
Content
@eric.smith

Thanks! I was looking for such a general-purpose proposal but could not find it. 

Although general-purpose mechanism that would allow pluggable constructs like `sh`, `html`, `sql` and the like is awesome and very desirable (especially sh in preference of Popen madness), string formatting/concatenation is IMO a fundamental concept (hence PEP-498 is in core with specialized opcodes instead of being deferred to be a general purpose pluggable PEP-501 implementation).
History
Date User Action Args
2018-02-26 10:59:46arcivanovsetrecipients: + arcivanov
2018-02-26 10:59:46arcivanovsetmessageid: <1519642786.05.0.467229070634.issue32954@psf.upfronthosting.co.za>
2018-02-26 10:59:46arcivanovlinkissue32954 messages
2018-02-26 10:59:45arcivanovcreate