Update PEP 249 URL

Via farcepest/MySQLdb1#94
This commit is contained in:
INADA Naoki
2015-01-29 15:55:27 +09:00
parent 7c8cc4fba1
commit aaf84230a0
3 changed files with 3 additions and 3 deletions

View File

@ -139,5 +139,5 @@ Other Resources
* Read `PEP-249`_
.. _`PEP-249`: http://www.python.org/peps/pep-0249.html
.. _`PEP-249`: https://www.python.org/dev/peps/pep-0249/

View File

@ -167,7 +167,7 @@ exceptions are defined in a separate module, ``_mysql_exceptions``,
but ``_mysql`` exports them. Read DB API specification PEP-249_ to
find out what they are, or you can use the catch-all ``MySQLError``.
.. _PEP-249: http://www.python.org/peps/pep-0249.html
.. _PEP-249: https://www.python.org/dev/peps/pep-0249/
At this point your query has been executed and you need to get the
results. You have two options::

View File

@ -24,7 +24,7 @@ long_description:
\n
.. _MySQL: http://www.mysql.com/
.. _`Free Software`: http://www.gnu.org/
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
author: Andy Dustman
author_email: farcepest@gmail.com
maintainer: INADA Naoki