Skip to content

Replace depecated codecs.open() with open()#2846

Open
matren33 wants to merge 7 commits into
snowflakedb:mainfrom
matren33:codecOpen
Open

Replace depecated codecs.open() with open()#2846
matren33 wants to merge 7 commits into
snowflakedb:mainfrom
matren33:codecOpen

Conversation

@matren33

@matren33 matren33 commented Apr 8, 2026

Copy link
Copy Markdown

codec.open has been deprecated since python 3.14, open superseded it

https://docs.python.org/3/library/codecs.html#codecs.open

  • I am updating deprecated function.

Change in all files, codecs.open with open function, because codecs.open has been deprecated since python 3.14.

codec.open has been deprecated since python 3.14, open superseded it
https://docs.python.org/3/library/codecs.html#codecs.open
@matren33 matren33 requested review from a team as code owners April 8, 2026 13:40
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@sfc-gh-turbaszek

Copy link
Copy Markdown
Contributor

@matren33 please check linting issues and add changelog entry

matren33 and others added 2 commits April 22, 2026 17:08
- Remove unused import codecs
- Remove open mode in function open()
@matren33

matren33 commented May 5, 2026

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

@matren33

matren33 commented May 6, 2026

Copy link
Copy Markdown
Author

For the committer Mathis Renaud I just used the wrong email, this accounts doesn't have any github profile to sign the CLA. Is this possible to remove it from the pull request CLA ?

@sfc-gh-turbaszek sfc-gh-turbaszek enabled auto-merge (squash) May 21, 2026 14:22
@codecov-commenter

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants