2 |
2 |
3 # Copyright (c) 2013 - 2013 Tobias Rzepka <tobias.rzepka@gmail.com> |
3 # Copyright (c) 2013 - 2013 Tobias Rzepka <tobias.rzepka@gmail.com> |
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the open behavior of Python3 for use with Eric5. |
7 Module implementing the open behavior of Python3 for use with Eric6. |
8 |
8 |
9 The Eric5 used features are emulated only. The not emulated features |
9 The Eric6 used features are emulated only. The not emulated features |
10 should throw a NotImplementedError exception. |
10 should throw a NotImplementedError exception. |
11 """ |
11 """ |
12 |
12 |
13 from __future__ import unicode_literals |
13 from __future__ import unicode_literals |
14 |
14 |