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.

作者 moloney
收信人 moloney
日期 2014-07-16.03:40:58
SpamBayes Score -1.0
Marked as misclassified
Message-id <1405482059.28.0.321220843423.issue21987@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2014-07-16 03:40:59moloney修改recipients: + moloney
2014-07-16 03:40:59moloney修改messageid: <1405482059.28.0.321220843423.issue21987@psf.upfronthosting.co.za>
2014-07-16 03:40:59moloney链接issue21987 messages
2014-07-16 03:40:58moloney创建