File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Packaged as `mysql-python`_. ::
175
175
# emerge mysql-python
176
176
# emerge zmysqlda # if you use Zope
177
177
178
- .. _`mysql-python`: http ://packages.gentoo.org/search/?sstring =mysql-python
178
+ .. _`mysql-python`: https ://packages.gentoo.org/packages/search?q =mysql-python
179
179
180
180
181
181
BSD
Original file line number Diff line number Diff line change 2
2
3
3
These classes are dictated by the DB API v2.0:
4
4
5
- http ://www.python.org/topics/database/DatabaseAPI-2.0.html
5
+ https ://www.python.org/dev/peps/pep-0249/
6
6
"""
7
7
8
8
try :
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Solutions:
71
71
* reconfigure your system so that the MySQL libraries are on the
72
72
default loader path. In Linux, you edit /etc/ld.so.conf and run
73
73
ldconfig. For Solaris, see `Linker and Libraries Guide
74
- <http://docs.sun .com/app/docs/doc/ 817-3677/6mj8mbtbe?a=view > `_.
74
+ <http://docs.oracle .com/cd/E19253-01/ 817-1984/chapter6-63352/ > `_.
75
75
76
76
77
77
ImportError: ld.so.1: python: fatal: libmtmalloc.so.1: DF_1_NOOPEN tagged object may not be dlopen()'ed
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ This does what the previous example does, but gets the username and
152
152
password and other parameters from ~/.my.cnf (UNIX-like systems). Read
153
153
about `option files `_ for more details.
154
154
155
- .. _`option files` : http://dev.mysql.com/doc/mysql /en/Option_files .html
155
+ .. _`option files` : http://dev.mysql.com/doc/refman /en/option-files .html
156
156
157
157
So now you have an open connection as ``db `` and want to do a
158
158
query. Well, there are no cursors in MySQL, and no parameter
@@ -366,7 +366,7 @@ connect(parameters...)
366
366
an exception is raised. *This must be a keyword
367
367
parameter. *
368
368
369
- .. _mysql_ssl_set : http://dev.mysql.com/doc/mysql /en/mysql_ssl_set .html
369
+ .. _mysql_ssl_set : http://dev.mysql.com/doc/refman /en/mysql-ssl-set .html
370
370
371
371
372
372
apilevel
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ test_suite = nose.collector
3
3
4
4
[build_ext]
5
5
# # Only uncomment/set these if the default configuration doesn't work
6
- # # Also see http ://docs.python.org/dist/setup-config .html
6
+ # # Also see https ://docs.python.org/distutils/configfile .html
7
7
# include-dirs = ?
8
8
# library-dirs = ?
9
9
# link-objects = ?
You can’t perform that action at this time.
0 commit comments