On 2016-09-19 18:20, אלעזר wrote:
> Obviously
>
> from __pip__ import "run-lambda>=0.1.0"
>
> Which is ugly but not my fault :)
>
[snip]
One possible problem I can see is that if it's quoted you might think
that it's an expression and that you could also write:
package = "run-lambda>=0.1.0"
from __pip__ import package
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/