[Github-comments] [geany/geany] Python: Assignment Expressions (#2169)

Batuhan Taşkaya notifications at xxxxx
Sat Jun 1 13:27:42 UTC 2019


With 3.8 version python get a feature called `Assignment Expressions`. It should be supported by geany's parser. (in `findVariables`)

```py
if (match := matcher.match(line)):
    print(match)
```

-- 
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/issues/2169
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190601/a78c74ea/attachment-0001.html>


More information about the Github-comments mailing list