techtonik / python-patch

Library to parse and apply unified diffs
https://pypi.python.org/pypi/patch
106 stars 63 forks source link

Python 3 support (closes #34) #36

Closed yan12125 closed 8 years ago

yan12125 commented 8 years ago

I start this work from scratch. None of previous patches are used.

yan12125 commented 8 years ago

Great! All tests passed https://travis-ci.org/techtonik/python-patch/builds/103869201.

techtonik commented 8 years ago

Wow. Thanks.

It is a pity that we text file need to be treated as binary. I need some time to think about that, but on the first glimpse it looks like there is no other choice.

techtonik commented 8 years ago

Thanks. I merged it, because it works. =) Better do post-review.

techtonik commented 8 years ago

Done. https://pypi.python.org/pypi/patch/1.16