bs4: “soup.title.string” doesn't work on IDLE but Terminal

夙愿已清 提交于 2019-12-03 20:23:46

This was a known bug, reported on the Python issue tracker as issue #23583: IDLE: printing unicode subclasses broken (again).

This was fixed a few months ago, so beginning with version 2.7.10 this should no longer happen. Try updating your Python!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!