[Github-comments] [geany/geany-plugins] fixed exec syntax (#588)

Vasiliy Faronov notifications at xxxxx
Tue Jul 4 20:57:54 UTC 2017


What exactly do you mean by “will not compile”? Sounds like a Python 2 vs. 3 problem. `exec code in scope` is Python 2-specific syntax. `exec(code in scope)` is meaningless, because `code in scope` is a boolean expression that will always evaluate to `False` in this context.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/588#issuecomment-312951649
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170704/660ffa57/attachment.html>


More information about the Github-comments mailing list