We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee07a0 commit 6c2845aCopy full SHA for 6c2845a
MySQLdb/__init__.py
@@ -38,8 +38,6 @@
38
string_literal,
39
MySQLError,
40
DataError,
41
- escape,
42
- escape_string,
43
DatabaseError,
44
InternalError,
45
Warning,
@@ -164,8 +162,6 @@ def Connect(*args, **kwargs):
164
162
"converters",
165
163
"cursors",
166
"debug",
167
- "escape",
168
- "escape_string",
169
"get_client_info",
170
"paramstyle",
171
"string_literal",
0 commit comments