Skip to content

Commit 10d2c07

Browse files
committed
Update CHANGES.txt
1 parent d948f83 commit 10d2c07

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Revision 3.5.0 (2015-06-10):
2+
3+
- Add support for 'async ...' and 'await' keywords introduced in
4+
Python 3.5. Patch by Ihor Gorobets
5+
16
Revision 3.3.7 (2014-12-27):
27

38
- Add support for Python 3 non-ASCII decorator names.

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ List of the contributors in alphabetical order:
135135
- Caleb Adamantine
136136
- `David Briscoe <https://github.com/idbrii>`_
137137
- `Elizabeth Myers <https://github.com/Elizafox>`_
138+
- `Ihor Gorobets <https://github.com/iho>`_
138139
- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
139140
- `John Eikenberry <https://github.com/eikenb>`_
140141
- `Marc Weber <https://github.com/MarcWeber>`_

syntax/python.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
44
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
55
" URL: https://github.com/hdima/python-syntax
6-
" Last Change: 2015-03-30
6+
" Last Change: 2015-06-10
77
" Filenames: *.py
8-
" Version: 3.3.7
8+
" Version: 3.5.0
99
"
1010
" Based on python.vim (from Vim 6.1 distribution)
1111
" by Neil Schemenauer <nas at python dot ca>
@@ -28,6 +28,7 @@
2828
" Caleb Adamantine
2929
" David Briscoe
3030
" Elizabeth Myers
31+
" Ihor Gorobets
3132
" Jeroen Ruigrok van der Werven
3233
" John Eikenberry
3334
" Marc Weber

0 commit comments

Comments
 (0)