comparison: DebugClients/Python/coverage/files.py
DebugClients/Python/coverage/files.py
- changeset 790
- 2c0ea0163ef4
- parent 31
- 744cd0b4b8cd
- child 3495
- fac17a82b431
equal
deleted
inserted
replaced
69 continue |
69 continue |
70 if sys.hexversion > 0x03000000: |
70 if sys.hexversion > 0x03000000: |
71 data = data.decode('utf8') # TODO: How to do this properly? |
71 data = data.decode('utf8') # TODO: How to do this properly? |
72 return data |
72 return data |
73 return None |
73 return None |
|
74 |
|
75 # |
|
76 # eflag: FileType = Python2 |