- clean up implementation of normpath.__join__, normpath.__joined__
commit320eb624a658c38309ab8af6cca08fe8cbf6393e
authorAndré Wobst <wobsta@users.sourceforge.net>
Sat, 5 Feb 2005 15:35:57 +0000 (5 15:35 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Sat, 5 Feb 2005 15:35:57 +0000 (5 15:35 +0000)
treea1ce080a0ad94d137039edd1486116259a3837d5
parentf3b1d8f79c5c6eb12c1be8cf1d47fdc09e7407a5
- clean up implementation of normpath.__join__, normpath.__joined__
  normpath.__add__ and normpath.__iadd__: make copies when needed
  (use the new normpath.copy for that)
- Remove normsubpath.__add__ and normsubpath.__iadd__: we can't
  have normsubpaths with "gaps" (i.e. with a moveto in between like
  the add operations of a path and a normpath do). The old add
  operation on the normsubpath was indeed the same like joining.

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