- add __len__ methods to normpath and normsubpath
commitec7137d8da8a9af166ce366838ec236a6798e175
authorJörg Lehmann <joergl@users.sourceforge.net>
Thu, 2 Sep 2004 15:33:38 +0000 (2 15:33 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Thu, 2 Sep 2004 15:33:38 +0000 (2 15:33 +0000)
tree9c2421154adda9c789a3bcf10ce3dd7400c40c80
parent1a17bd0d8b136a179de26c6ae7dbf958041649f8
- add __len__ methods to normpath and normsubpath
- fix __add__ of normpath (do not overwrite self)
- add extend method to normsubpath
- add __add__ method to normsubpath
- add __iadd__ method to normsubpath which differs from extend
  by requiring a normsubpath instead of a list of normsubpathitems. Thus
  it functions like __add__

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1874 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/path.py