File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL
22
22
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy and IronPython.
23
23
24
24
NOTE: PyMySQL doesn't support low level APIs `_mysql ` provides like `data_seek `,
25
- `store_result `, and `use_result `. You should use high level APIs defined in PEP 294 .
26
- But some APIs like `autocommit ` and `ping ` are supported because PEP 294 doesn't cover
25
+ `store_result `, and `use_result `. You should use high level APIs defined in ` PEP 249 `_ .
26
+ But some APIs like `autocommit ` and `ping ` are supported because ` PEP 249 `_ doesn't cover
27
27
their usecase.
28
28
29
+ .. _`PEP 249` : https://www.python.org/dev/peps/pep-0249/
29
30
30
31
Requirements
31
32
-------------
You can’t perform that action at this time.
0 commit comments