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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2016-10-23.16:29:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477240174.09.0.468374420689.issue28515@psf.upfronthosting.co.za>
In-reply-to
Content
Several warnings are emitted when run Python 2.7 tests with -Wd -3 options.

1. "DeprecationWarning: <> not supported in 3.x; use !=" and "DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator" in Tools/scripts/fixcid.py.

2. "DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x" in Lib/test/pickletester.py.

3. "SyntaxWarning: tuple parameter unpacking has been removed in 3.x" in Lib/lib-tk/turtle.py.

Proposed patch fixes these warnings.
History
Date User Action Args
2016-10-23 16:29:34serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2016-10-23 16:29:34serhiy.storchakasetmessageid: <1477240174.09.0.468374420689.issue28515@psf.upfronthosting.co.za>
2016-10-23 16:29:34serhiy.storchakalinkissue28515 messages
2016-10-23 16:29:33serhiy.storchakacreate