0
点赞
收藏
分享

微信扫一扫

six库是什么

半夜放水 2022-07-12 阅读 24

Utilities for writing code that runs on Python 2 and 3”“”

它是一个专门用来兼容 Python 2 和 Python 3 的库。它解决了诸如 urllib 的部分方法不兼容, str 和 bytes 类型不兼容等“知名”问题。


举报

相关推荐

0 条评论