Message 312666 - Python tracker

Message312666

Author rhettinger
Recipients rhettinger, trey
Date 2018-02-23.19:33:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519414416.63.0.467229070634.issue32915@psf.upfronthosting.co.za>
In-reply-to
Content
The stated goal of -3 is "warn about Python 3.x incompatibilities that 2to3 cannot trivially fix", so this use case seems like a good match.

On the other hand, adding this to -3 would be somewhat noisy since __cmp__ is pervasive in 2.7.
History
Date User Action Args
2018-02-23 19:33:36rhettingersetrecipients: + rhettinger, trey
2018-02-23 19:33:36rhettingersetmessageid: <1519414416.63.0.467229070634.issue32915@psf.upfronthosting.co.za>
2018-02-23 19:33:36rhettingerlinkissue32915 messages
2018-02-23 19:33:36rhettingercreate