techtonik / python-patch

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

managing dev/null file add and removal #52

Open memsharded opened 6 years ago

memsharded commented 6 years ago

Hi!

I am trying to contribute the behavior for adding/removing files, i.e. managing /dev/null.

Most likely this is a poor solution, but please let me know if some other approach is better:

Btw: thanks for sharing this useful library!

memsharded commented 6 years ago

It seems some CI is failing, with Py3, but not sure related to this PR: https://travis-ci.org/techtonik/python-patch/jobs/286056242

Could you please check? Thank you!

uilianries commented 4 years ago

Hi @techtonik ! Could you please review this PR?