diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-12 11:30:13 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-12 11:30:13 +0100 |
commit | 1b4d12cbd2ab6e6e586743df592648faa42fa26e (patch) | |
tree | 3712c032158bbca5d0f6cb75834c2490271f6698 /ChangeLog | |
parent | 6505d63fb9e53b28ff54b60954f63a9840959905 (diff) | |
download | logilab-common-1b4d12cbd2ab6e6e586743df592648faa42fa26e.tar.gz |
fix has_path returned value to include the destination node, else we get
an empty list which makes think there is no path (test added)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ ChangeLog for logilab.common - proper bytes and time option types support - make Method usable as 'callback' value - fix #8849 Using plugins, options and .pylintrc crashes PyLint + * graph: fix has_path returned value to include the destination node, else we get + an empty list which makes think there is no path (test added) 2009-08-26 -- 0.45.0 * added function for parsing XML processing instructions |