[issue19884] Importing readline produces erroneous output

2015-10-02 Thread Yogesh Joshi
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

[issue23640] int.from_bytes() is broken for subclasses

2015-10-02 Thread Yogesh Joshi
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