python如何获取某模块的版本信息

1)module.__version__

2)用dir(module)查看有没有版本信息

3)help(module)

posted @ 2015-06-11 15:07  圆旭  阅读(1353)  评论(0编辑  收藏  举报