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.

作者 eric.araujo
收信人 eric.araujo, giampaolo.rodola, janssen, pitrou, simpkins
日期 2011-08-21.11:36:36
SpamBayes Score 3.1223811e-07
Marked as misclassified
Message-id <1313926596.9.0.461176861453.issue12803@psf.upfronthosting.co.za>
In-reply-to
内容
> I've attached a patch that adds an extra password argument, which can be
> either a string, bytes, bytearray, or a function to call to get the password.

It seems a bit strange to me to accept string types or callable in the same argument.  If it just supported strings, people could still write password=somefunction(), right?
历史
日期 用户 动作 参数
2011-08-21 11:36:37eric.araujo修改recipients: + eric.araujo, janssen, pitrou, giampaolo.rodola, simpkins
2011-08-21 11:36:36eric.araujo修改messageid: <1313926596.9.0.461176861453.issue12803@psf.upfronthosting.co.za>
2011-08-21 11:36:36eric.araujo链接issue12803 messages
2011-08-21 11:36:36eric.araujo创建