-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Description
With Python 3.14:
Running C++ linter...
/Users/mzasso/git/nodejs/node/tools/cpplint.py:6709: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
with codecs.open(cfg_file, 'r', 'utf8', 'replace') as file_handle:
/Users/mzasso/git/nodejs/node/tools/cpplint.py:6812: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
with codecs.open(filename, 'r', 'utf8', 'replace') as target_file:
/Users/mzasso/git/nodejs/node/tools/cpplint.py:6182: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
with io.open(filename, 'r', 'utf8', 'replace') as headerfile:
Metadata
Metadata
Assignees
Labels
No labels