Commit Graph

9 Commits

Author SHA1 Message Date
c3e1b721c2 fix 2018-03-14 15:57:15 +08:00
0869f590fc Merge branch 'master' of https://github.com/chinese-poetry/chinese-poetry 2018-03-02 18:02:53 +08:00
616c2b04a3 reload() was moved into importlib in Python 3
The builtin __reload()__ was moved into [importlib](https://docs.python.org/3/library/importlib.html#importlib.reload) in Python 3 because it was being overused and led to odd behavior that was often difficult to diagnose.  Here we are trying to __reload(sys)__ probably because 'utf-8' encoding and Unicode strs are not the default in Python 2.  They are however the default in Python 3 so this PR therefor suggests that a __pass__ would be satisfactory in Python 3.
2018-03-02 10:48:48 +01:00
6d343dca12 tag: 增加『宋词三百首』标签 2018-03-02 16:01:51 +08:00
6561d1c84a tag: 增加著名名胜标签 2018-03-02 09:58:43 +08:00
507e812605 ci: 为了方便贡献修改, 构建词及词作者json文件 2018-02-28 15:13:55 +08:00
08910c45ec ci: 为了方便贡献修改, 构建词及词作者json文件 2018-02-28 15:08:02 +08:00
b2cae31a9e [UPDATE] 更新 2017-03-07 11:58:09 +08:00
de799ae7ad [UPDATE] 增加全宋词数据 #4 2017-03-07 11:41:49 +08:00