Skip to content

Commit 159aa24

Browse files
committed
Prepare for release
1 parent e659ebd commit 159aa24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1919
Things 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

0 commit comments

Comments
 (0)