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.

作者 lukecarrier
收信人 dmalcolm, gregory.p.smith, lukecarrier, pitrou
日期 2012-06-29.00:39:35
SpamBayes Score -1.0
Marked as misclassified
Message-id <1340930378.75.0.221768275871.issue9216@psf.upfronthosting.co.za>
In-reply-to
内容
I've not done enough digging on the issue I'm presently experiencing to draw any conclusions make any suggestions, but this change seems to break the present distribute module (version 0.6.27). It appears it will likely break a great deal of other code too.

I've pasted the relevant output here and attached the full traceback.
  File "/usr/lib64/python3.2/hashlib.py", line 112, in __get_openssl_constructor
    f(usedforsecurity=False)
TypeError: openssl_md5() takes no keyword arguments

Whilst I agree with the notion behind this change, Fedora's quick actions have led to me spending the best part of an hour of the night before ship day diagnosing issues caused by undocumented (or at least under-documented) changes to code I haven't written or interfaced with. _Please_ publicise the change a little better? Pretty please!?
历史
日期 用户 动作 参数
2012-06-29 00:39:38lukecarrier修改recipients: + lukecarrier, gregory.p.smith, pitrou, dmalcolm
2012-06-29 00:39:38lukecarrier修改messageid: <1340930378.75.0.221768275871.issue9216@psf.upfronthosting.co.za>
2012-06-29 00:39:38lukecarrier链接issue9216 messages
2012-06-29 00:39:37lukecarrier创建