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.

Author python-dev
Recipients berker.peksag, manishearth, mark.dickinson, python-dev, serhiy.storchaka, soummyaah
Date 2016-09-24.14:29:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160924142920.34552.26813.05806876@psf.io>
In-reply-to
Content
New changeset 92f4ce2d5ebb by Mark Dickinson in branch '3.5':
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
https://hg.python.org/cpython/rev/92f4ce2d5ebb

New changeset a2d93e6bcbcf by Mark Dickinson in branch '3.6':
Issue #28203: Merge from 3.5
https://hg.python.org/cpython/rev/a2d93e6bcbcf

New changeset 9790bc211107 by Mark Dickinson in branch 'default':
Issue #28203: Merge from 3.6
https://hg.python.org/cpython/rev/9790bc211107
History
Date User Action Args
2016-09-24 14:29:23python-devsetrecipients: + python-dev, mark.dickinson, berker.peksag, serhiy.storchaka, manishearth, soummyaah
2016-09-24 14:29:23python-devlinkissue28203 messages
2016-09-24 14:29:23python-devcreate