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 moloney
Recipients moloney
Date 2014-07-16.03:40:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405482059.28.0.321220843423.issue21987@psf.upfronthosting.co.za>
In-reply-to
Content
If a directory path is under 100 char you have to omit the trailing slash from the name passed to 'getmember'. If it is over 100 you have to include the trailing slash.

As a work around I can use the private '_getmember' with 'normalize=True'.

I tested on 2.7.2 and searched the release notes looking for a related fix since then. I couldn't find anything there, or here in the issue tracker.
History
Date User Action Args
2014-07-16 03:40:59moloneysetrecipients: + moloney
2014-07-16 03:40:59moloneysetmessageid: <1405482059.28.0.321220843423.issue21987@psf.upfronthosting.co.za>
2014-07-16 03:40:59moloneylinkissue21987 messages
2014-07-16 03:40:58moloneycreate