Hao
Results
2
issues of
Hao
### Is your feature request related to a specific problem? In the declaration of a `systems.yaml` for a given system or service, we are interested in including the regex patterns/wild...
enhancement
In test/zhihu-test.py, some tests failed. 我的测试环境是windows 7, python 3.5.2. ``` # 获取关注问题的用户 for _, follower in zip(range(10), question.followers): print(follower.name) # 获取提问时间 ctime = question.creation_time print(ctime) assert ctime == datetime.strptime('2014-08-12 17:58:07',...