[Python-Dev] PyPy progress: list of CPython 3.5 crashers and bugs
Armin Rigo
armin.rigo at gmail.com
Tue Dec 6 06:44:26 EST 2016
Hi Raymond,
On 6 December 2016 at 05:59, Raymond Hettinger
<raymond.hettinger at gmail.com> wrote:
> Also, we use {...} instead of OrderedDict(...).
No, at least CPython 3.5.2 uses ``...`` for OrderedDict, and not
``{...}``. Following that example, deques should also use ``...``
instead of ``[...]``. But I bow to your choice and remove my point
from cpython-crashers.rst anyway.
A bientôt,
Armin.
More information about the Python-Dev
mailing list