On Tue, Aug 27, 2019 at 05:24:19AM -0700, Andrew Barnert via Python-ideas wrote:

> There is a possibility in between the two extremes of “useless” and 
> “complete monster”: the prefix accepts exactly one token, but can 
> parse that token however it wants.

How is that different from passing a string argument to a function or 
class constructor that can parse that token however it wants?

    x'...'

    x('...')

Unless there is some significant difference between the two, what does 
this proposal give us?


-- 
Steven
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/EASIYWVRMVS3QNNWFOVQT7EIZFOUAPBU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to