1 |
2003-05-21 Jonathan Coles <[email protected]> |
2003-05-21 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/dock.py (DockFrame): Rename references to _OnClose |
4 |
|
to OnClose so that Thuban closes correctly. |
5 |
|
|
6 |
|
* Thuban/UI/mainwindow.py (MainWindow.OnClose): Call |
7 |
|
DockFrame.OnClose, not DockFrame._OnClose. |
8 |
|
|
9 |
|
2003-05-21 Jonathan Coles <[email protected]> |
10 |
|
|
11 |
* Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove |
* Thuban/Model/classgen.py (ClassGenerator.GenQuantiles): Remove |
12 |
references to 'inf' and use new Range __init__ to pass floats |
references to 'inf' and use new Range __init__ to pass floats |
13 |
directly rather than converting them to strings first. |
directly rather than converting them to strings first. |