Environment data
VS Code version: 1.19.3
Python Extension version: 2018.1
Python Version: 2.7, 3.5
OS and version: OS independent
Actual behavior
pylint marks print statement and print() function are marked as error on both python 2.7 and python 3.5. This behavior appeared just after module upgrade to 2018.1
Expected behavior
pylint shouldn't mark error if using print() function on any python version and print statement on python 2.7
Steps to reproduce:
- create new .py file
- enter
print("Hello, world!")
- save file

Logs
Output from Python output panel
[pylint]E1601:print statement used (1, 1)
Output from Console window (Help->Developer Tools menu)
console.ts:123 [Extension Host] Python Extension: Failed to get conda info from conda null
t.log @ console.ts:123
console.ts:123 [Extension Host] (node:16735) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Environment data
VS Code version: 1.19.3
Python Extension version: 2018.1
Python Version: 2.7, 3.5
OS and version: OS independent
Actual behavior
pylint marks print statement and print() function are marked as error on both python 2.7 and python 3.5. This behavior appeared just after module upgrade to 2018.1
Expected behavior
pylint shouldn't mark error if using print() function on any python version and print statement on python 2.7
Steps to reproduce:
print("Hello, world!")Logs
Output from
Pythonoutput panelOutput from
Console window(Help->Developer Tools menu)