htt
p://pysvn.tigris.org/issues/show_bug.cgi?id=71
Issue #|71
Summary|pysvn_client_list return tuples
differ from documentat
|ion
Component|pysvn
Version|current
Platform|All
OS/Version|All
URL|http://pysvn.tigris.org/docs/pysvn_prog_ref.html#pysvn
|_client_list
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|extension
Assigned to|barryscott
Reported by|zak_k
------- Additional comments from zak_k tigris.org Wed Oct 10
03:18:46 -0700 2007 -------
According to the documentation
(http://pysvn.tigris.org/docs/pysvn_prog_ref.ht
ml#pysvn_client_list),
pysvn.Client.list returns a list of three-element (path,
dirent_dict, lock_dict)
tuples.
However, in revision 711
(http:
//pysvn.tigris.org/source/browse/pysvn/trunk/pysvn/Extension
/Source/pysvn_client.cpp?r1=710&r2=711
-- prior to 1.5.0), it appears this was changed to a list of
two-element
(dirent_dict, lock_dict) tuples, with "path" being
folded into the dirent_dict,
leaving the documentation out of date.
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe pysvn.tigris.org
For additional commands, e-mail: issues-help pysvn.tigris.org
|