This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients blokeley, brian.curtin, eric.araujo, pitrou, r.david.murray, rhettinger, santoso.wijaya, terry.reedy
Date 2011-07-13.15:27:29
SpamBayes Score 2.0063178e-06
Marked as misclassified No
Message-id <1310570849.84.0.664923712985.issue11344@psf.upfronthosting.co.za>
In-reply-to
Content
I’m not sure this is correct for POSIX:
  splitpath('/gparent/parent/') returns ['gparent', 'parent']

/ is a real directory, it should be the ultimate parent of any path IIUC.

On a related note, using “parent” for the leaf file looks strange to me, I think something like this would make more sense:

 /gparent/parent/somedir/
History
Date User Action Args
2011-07-13 15:27:29eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, pitrou, r.david.murray, brian.curtin, santoso.wijaya, blokeley
2011-07-13 15:27:29eric.araujosetmessageid: <1310570849.84.0.664923712985.issue11344@psf.upfronthosting.co.za>
2011-07-13 15:27:29eric.araujolinkissue11344 messages
2011-07-13 15:27:29eric.araujocreate