File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Requirements
115
115
116
116
117
117
.. _Python : https://www.python.org
118
- .. _asyncio : http://docs.python.org/3.4 /library/asyncio.html
118
+ .. _asyncio : http://docs.python.org/3.5 /library/asyncio.html
119
119
.. _aiopg : https://github.com/aio-libs/aiopg
120
120
.. _PyMySQL : https://github.com/PyMySQL/PyMySQL
121
121
.. _Tornado-MySQL : https://github.com/PyMySQL/Tornado-MySQL
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ async def scalar(self):
447
447
else :
448
448
return None
449
449
450
- async def __aiter__ (self ):
450
+ def __aiter__ (self ):
451
451
return self
452
452
453
453
async def __anext__ (self ):
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Welcome to aiomysql's documentation!
7
7
====================================
8
8
9
9
.. _GitHub : https://github.com/aio-libs/aiomysql
10
- .. _asyncio : http://docs.python.org/3.4 /library/asyncio.html
10
+ .. _asyncio : http://docs.python.org/3.5 /library/asyncio.html
11
11
.. _aiopg : https://github.com/aio-libs/aiopg
12
12
.. _Tornado-MySQL : https://github.com/PyMySQL/Tornado-MySQL
13
13
.. _aio-libs : https://github.com/aio-libs
@@ -105,7 +105,7 @@ coverage reports.
105
105
Dependencies
106
106
------------
107
107
108
- - Python 3.3 and :mod: ` asyncio ` or Python 3.4 +
108
+ - Python 3.5.3 +
109
109
- :term: `PyMySQL `
110
110
- aiomysql.sa requires :term: `sqlalchemy `.
111
111
You can’t perform that action at this time.
0 commit comments