Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aaf8423

Browse filesBrowse files
committed
Update PEP 249 URL
Via farcepest/MySQLdb1#94
1 parent 7c8cc4f commit aaf8423
Copy full SHA for aaf8423

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎doc/FAQ.rst

Copy file name to clipboardExpand all lines: doc/FAQ.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ Other Resources
139139

140140
* Read `PEP-249`_
141141

142-
.. _`PEP-249`: http://www.python.org/peps/pep-0249.html
142+
.. _`PEP-249`: https://www.python.org/dev/peps/pep-0249/
143143

‎doc/user_guide.rst

Copy file name to clipboardExpand all lines: doc/user_guide.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ exceptions are defined in a separate module, ``_mysql_exceptions``,
167167
but ``_mysql`` exports them. Read DB API specification PEP-249_ to
168168
find out what they are, or you can use the catch-all ``MySQLError``.
169169

170-
.. _PEP-249: http://www.python.org/peps/pep-0249.html
170+
.. _PEP-249: https://www.python.org/dev/peps/pep-0249/
171171

172172
At this point your query has been executed and you need to get the
173173
results. You have two options::

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ long_description:
2424
\n
2525
.. _MySQL: http://www.mysql.com/
2626
.. _`Free Software`: http://www.gnu.org/
27-
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
27+
.. [PEP-0249] https://www.python.org/dev/peps/pep-0249/
2828
author: Andy Dustman
2929
author_email: farcepest@gmail.com
3030
maintainer: INADA Naoki

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.