Просмотр исходного кода

Update notes for verified python versions

Matthew Wang 11 лет назад
Родитель
Сommit
761a59da40
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      README.rst

+ 2
- 2
README.rst Просмотреть файл

@@ -113,8 +113,8 @@ Redirect output to another patch file is safe:
113 113
 Notes
114 114
 -----
115 115
 
116
-- Works with python >= 2.5.0 (subprocess.Popen seems not working with PIPE in
117
-  2.4.3, maybe you can fix it)
116
+- Verified on `travis <https://travis-ci.org/ymattw/cdiff>`_ with python 2.5,
117
+  2.6, 2.7, 3.2, 3.3 and pypy
118 118
 - Only takes unified diff for input
119 119
 - Side by side mode has alignment problem for wide chars
120 120
 - Pull requests are very welcome (please run ``make test`` to verify)