xiongneng
|
7e479edeed
|
update readme
|
2019-08-23 08:04:56 +08:00 |
|
cclauss
|
7cfd9a08d6
|
file() was removed from Py3, use ‘with open()’
file() no longer exists in Python 3.
The current version does not explicitly close file handles but this version fixes that.
|
2017-09-27 06:34:54 +02:00 |
|
XiongNeng
|
8b0e903e53
|
Merge pull request #193 from cclauss/patch-2
ur'string' is Py3 SyntaxError, use u'string' instead
|
2017-09-27 05:54:06 +08:00 |
|
cclauss
|
57924993f7
|
print() function and define xrange() for Python 3
|
2017-09-19 21:01:57 +08:00 |
|
cclauss
|
c9f7222853
|
ur'string' is Py3 SyntaxError, use u'string' instead
$ python2
```
$ python2
Python 2.7.13 (default, Jul 18 2017, 09:17:00)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ur"[\w\u2E80-\u9FFF]" == u"[\w\u2E80-\u9FFF]"
True
>>> ur"[\w\u2E80-\u9FFF]" == r"[\w\u2E80-\u9FFF]"
False
```
|
2017-09-19 20:52:19 +08:00 |
|
cclauss
|
eb4a1370df
|
print() function for Python 3
|
2017-09-19 20:45:29 +08:00 |
|
XiongNeng
|
86e4d5f2dd
|
自己写脚本将pdf转换为源码
|
2015-05-07 15:50:24 +08:00 |
|
XiongNeng
|
76b4ddc829
|
chang all
|
2015-05-07 12:02:58 +08:00 |
|
XiongNeng
|
4109c7b4ae
|
readme
|
2015-03-07 11:25:39 +08:00 |
|
XiongNeng
|
5627ab4201
|
恢复sphinx配置
|
2015-01-29 14:43:28 +08:00 |
|
XiongNeng
|
54194b4c1c
|
目录简化,增加wxpython的gui代码
|
2015-01-15 11:40:26 +08:00 |
|
XiongNeng
|
764b86971f
|
增加中文搜索支持
|
2014-08-20 10:10:58 +08:00 |
|