📜  python 警告与警告 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:05.296000             🧑  作者: Mango

代码示例1
logging.warn has been deprecated since Python 3.3 and you should use logging.warning.