浏览代码

Merge pull request #34 from myint/stream

Remove obsolete code
Matthew Wang 11 年前
父节点
当前提交
f85a5e2b20
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      cdiff.py

+ 0
- 3
cdiff.py 查看文件

741
         markup_to_pager(stream, opts)
741
         markup_to_pager(stream, opts)
742
     else:
742
     else:
743
         # pipe out stream untouched to make sure it is still a patch
743
         # pipe out stream untouched to make sure it is still a patch
744
-        if sys.hexversion < 0x03000000:
745
-            reload(sys).setdefaultencoding('utf8')
746
-
747
         byte_output = (sys.stdout.buffer if hasattr(sys.stdout, 'buffer')
744
         byte_output = (sys.stdout.buffer if hasattr(sys.stdout, 'buffer')
748
                        else sys.stdout)
745
                        else sys.stdout)
749
         for line in stream:
746
         for line in stream: