Way to get warning for 3.x deprecated features?
dict.itervalues() and dict.iteritems() have been deprecated:
http://docs.python.org/3.1/whatsnew/3.0.html
Is there a way to turn on an inspection that highlights these? I turned on "Code compatibility inspection" set to "Python 3.3" but don't get any notice of these.
http://docs.python.org/3.1/whatsnew/3.0.html
Is there a way to turn on an inspection that highlights these? I turned on "Code compatibility inspection" set to "Python 3.3" but don't get any notice of these.
Please sign in to leave a comment.
I've created a bug report in our issue tracker – http://youtrack.jetbrains.com/issue/PY-10144
Feel free to vote it and get notified while it's fixed.