python2.6 中应该使用 OrderedDict 的哪个实现?

发布于 2024-08-25 12:36:01 字数 381 浏览 8 评论 0原文

你们中的一些人可能知道,在 python2.7/3.2 中,我们将使用 PEP372 获得 OrderedDict 然而 PEP 存在的原因之一是因为每个人都做了自己的实现,而且它们都看起来不兼容。

那么 PEP 中当前的 8 个实现中的哪一个与 python 2.7 的 2.7 odict 向后兼容,我们现在就可以开始使用它,并在几个月后依赖 2.7?

As some of you may know in python2.7/3.2 we'll get OrderedDict with PEP372 however one of the reason the PEP existed was because everyone did their own implementation and they were all sightly incompatible.

So which one of the 8 current implementations in the PEP is backwards compatible with the 2.7 odict from python 2.7 in a way we can start using that now and depend on 2.7 in a couple of months?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无远思近则忧 2024-09-01 12:36:01

此包(适用于 Python 2.4 或更高版本)声称是“一个替代品”对于 Py2.7 的新 collections.OrderedDict,它适用于 Python 2.4-2.6。”,但我还没有检查该声明。

This package (for Python 2.4 or better) claims to be "A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.", but I have not checked that claim.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文