1 |
|
2005-10-18 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Startup improved: We fail right away if the internal encoding could |
4 |
|
not be determined. |
5 |
|
|
6 |
|
* Thuban/__init__.py (get_internal_encoding): new. |
7 |
|
|
8 |
|
* test/test_stringrepresentation.py (class TestInternalEncoding): |
9 |
|
Preserve the internal encoding for the tests in this class. |
10 |
|
|
11 |
2005-10-17 Bernhard Reiter <[email protected]> |
2005-10-17 Bernhard Reiter <[email protected]> |
12 |
|
|
13 |
|
|
14 |
* test/test_stringrepresentation.py: New file, for now testing |
* test/test_stringrepresentation.py: New file, for now testing |
15 |
that set_internal_coding() is throwing an exception for bad exceptions. |
that set_internal_coding() is throwing an exception for bad exceptions. |
16 |
|
|