equal
deleted
inserted
replaced
60 _enabled = False |
60 _enabled = False |
61 |
61 |
62 _pack = struct.pack |
62 _pack = struct.pack |
63 _unpack = struct.unpack |
63 _unpack = struct.unpack |
64 |
64 |
65 # the obsolete feature is not mature enought to be enabled by default. |
65 # the obsolete feature is not mature enough to be enabled by default. |
66 # you have to rely on third party extension extension to enable this. |
66 # you have to rely on third party extension extension to enable this. |
67 _enabled = False |
67 _enabled = False |
68 |
68 |
69 # data used for parsing and writing |
69 # data used for parsing and writing |
70 _fmversion = 0 |
70 _fmversion = 0 |