1 |
2003-05-16 Bernhard Herzog <[email protected]> |
2003-05-16 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/save.py: Remove some unused imports including the |
4 |
|
__future__ import for nested_scopes as Thuban relies on Python 2.2 |
5 |
|
now. |
6 |
|
(XMLWriter.encode): Remove the special case for a None argument. |
7 |
|
In the saver encode is always called with a string argument. |
8 |
|
|
9 |
|
2003-05-16 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
* Thuban/UI/__init__.py: Remove the work-around for the locale bug |
* Thuban/UI/__init__.py: Remove the work-around for the locale bug |
12 |
in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom |
in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom |
13 |
of the bug was that e.g. float("1.2") would fail. Thuban now |
of the bug was that e.g. float("1.2") would fail. Thuban now |