This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jbmilam
Recipients Arfrever, PedanticHacker, devplayer, eryksun, jbmilam, joncwchao, python-dev, r.david.murray, steve.dower
Date 2015-09-07.15:00:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441638032.75.0.312277322551.issue8232@psf.upfronthosting.co.za>
In-reply-to
Content
applying 25005_1.patch
patching file Lib/webbrowser.py
Hunk #1 FAILED at 498
Hunk #2 FAILED at 524
Hunk #3 FAILED at 532
Hunk #4 FAILED at 540
Hunk #5 FAILED at 548
I'm trying to apply your patch after applying webbrowserfix6.patch but I am encountering problems. I first tried "hg import --no-commit file.patch" for both patches but it wouldn't let me use the command two times in a row without committing the changes for the first one so I tried committing the webbrowserfix6.patch changes and then using the import command and I get this error message. I would like to try to make sure the code still does what it is supposed to but I can't check until I can get both patches in.

Hunk #6 FAILED at 556
6 out of 6 hunks FAILED -- saving rejects to file Lib/webbrowser.py.rej
patching file Modules/posixmodule.c
Hunk #1 FAILED at 10522
Hunk #2 FAILED at 10578
Hunk #3 FAILED at 10590
Hunk #4 FAILED at 10606
Hunk #5 FAILED at 10616
5 out of 5 hunks FAILED -- saving rejects to file Modules/posixmodule.c.rej
abort: patch failed to apply
History
Date User Action Args
2015-09-07 15:00:32jbmilamsetrecipients: + jbmilam, Arfrever, r.david.murray, joncwchao, devplayer, python-dev, eryksun, steve.dower, PedanticHacker
2015-09-07 15:00:32jbmilamsetmessageid: <1441638032.75.0.312277322551.issue8232@psf.upfronthosting.co.za>
2015-09-07 15:00:32jbmilamlinkissue8232 messages
2015-09-07 15:00:32jbmilamcreate