File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,20 @@ Library to parse and apply unified diffs.
44
55### Features
66
7+ * Python 2 and 3 compatible
78 * Automatic correction of
89 * Linefeeds according to patched file
910 * Diffs broken by stripping trailing whitespace
1011 * a/ and b/ prefixes
11- * Single file, which is a command line tool and library
12+ * Single file, which is a command line tool and a library
1213 * No dependencies outside Python stdlib
1314 * Patch format detection (SVN, HG, GIT)
1415 * Nice diffstat histogram
15- * Linux / Windows / OX X
16- * Python 2.5+ compatible, 2.6/2.7 tested
16+ * Linux / Windows / OS X
1717 * Test coverage
1818
1919Things that don't work out of the box:
2020
21- * Python 3
2221 * File renaming, creation and removal
2322 * Directory tree operations
2423 * Version control specific properties
You can’t perform that action at this time.
0 commit comments