Message229203
> Alternative solution of this issue would be to use "from builtins import open as _open" instead of "import builtins".
Right. I prefer your solution because it's much simpler, it doesn't make traceback less usable at exit, and it doesn't need to make assumption on the Python status.
Here is a patch implementing this idea with an unit test. |
|
| Date |
User |
Action |
Args |
| 2014-10-12 23:07:42 | vstinner | set | recipients:
+ vstinner, pitrou, martin.panter, serhiy.storchaka |
| 2014-10-12 23:07:42 | vstinner | set | messageid: <[email protected]> |
| 2014-10-12 23:07:42 | vstinner | link | issue22599 messages |
| 2014-10-12 23:07:42 | vstinner | create | |
|