Yogesh Joshi added the comment:
I tried applying this patch and its failing and throwing the following error:
patching file Lib/test/test_readline.py
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 43.
2 out of 2 hunks FAILED -- saving rejects to file Lib/test/test_readline.py.rej
patching file Modules
Yogesh Joshi added the comment:
I applied patch to module and ran all the tested on Mac Os El Captain, only 4
tests were failing with or without applying patch, following are the tests
failing:
test___all__ test_calendar test_re test_socket
--
nosy: +iyogeshjoshi