* src/RelLib.py (LdsOrd.are_equal): Correctly handle the case when

the new object is None and the old is empty.
(LdsOrd.isEmpty): Add function.


svn: r1945
This commit is contained in:
Alex Roitman
2003-08-01 01:58:51 +00:00
parent 4d540111be
commit 54079d5624
2 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-07-31 Alex Roitman <shura@alex.neuro.umn.edu>
* src/RelLib.py (LdsOrd.are_equal): Correctly handle the case when
the new object is None and the old is empty.
(LdsOrd.isEmpty): Add function.
2003-07-31 Don Allingham <dallingham@users.sourceforge.net>
* src/Plugins.py: fixed call in _textdoc.append (typo)
* src/plugins/Makefile.am: Add WriteFtree.py