【发布时间】:2010-03-14 01:16:31
【问题描述】:
当我使用 MySQLdb 时收到此消息:
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated from sets import ImmutableSet
我尝试用
过滤警告import warnings
warnings.filterwarnings("ignore", message="the sets module is deprecated from sets import ImmutableSet")
但是,我没有得到更改。
有什么建议吗?
非常感谢。
【问题讨论】: