Skip to content

Commit

Permalink
Remove escape() and escape_string() from MySQLdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 19, 2021
1 parent 3ee07a0 commit 6c2845a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MySQLdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
string_literal,
MySQLError,
DataError,
escape,
escape_string,
DatabaseError,
InternalError,
Warning,
Expand Down Expand Up @@ -164,8 +162,6 @@ def Connect(*args, **kwargs):
"converters",
"cursors",
"debug",
"escape",
"escape_string",
"get_client_info",
"paramstyle",
"string_literal",
Expand Down

0 comments on commit 6c2845a

Please sign in to comment.