After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762026 - python3.lang: Add 'async' and 'await' keywords
python3.lang: Add 'async' and 'await' keywords
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-14 12:16 UTC by Tobias Schönberg
Modified: 2016-02-27 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
python3.lang: Add 'async' and 'await' to keywords (1020 bytes, patch)
2016-02-14 12:21 UTC, Tobias Schönberg
committed Details | Review

Description Tobias Schönberg 2016-02-14 12:16:32 UTC
Python 3.5 has added 2 new keywords, 'async' and 'await', to the language. See: https://www.python.org/dev/peps/pep-0492/

I will attach a patch.
Comment 1 Tobias Schönberg 2016-02-14 12:21:31 UTC
Created attachment 321109 [details] [review]
python3.lang: Add 'async' and 'await' to keywords

Python 3.5 has added two new keywords to the language
defined in PEP-0492. The words are currently not
highlighted. This patch adds 'async' and 'await' to
the list of keywords.

https://bugzilla.gnome.org/show_bug.cgi?id=762026
Fixes #762026
Comment 2 Sébastien Wilmet 2016-02-14 13:59:43 UTC
Review of attachment 321109 [details] [review]:

++
Comment 3 Sébastien Wilmet 2016-02-27 12:44:15 UTC
Attachment 321109 [details] pushed as 7d5f005 - python3.lang: Add 'async' and 'await' to keywords