← 返回首页
[3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119503) by miss-islington · Pull Request #119508 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119503)#119508

Merged
ncoghlan merged 1 commit into
python:3.13from
miss-islington:backport-bf5b646-3.13
May 24, 2024
Merged

[3.13] GH-119496: accept UTF-8 BOM in .pth files (GH-119503)#119508
ncoghlan merged 1 commit into
python:3.13from
miss-islington:backport-bf5b646-3.13

Conversation

miss-islington commented May 24, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Out-File -Encoding utf8 and similar commands in Windows Powershell 5.1 emit
UTF-8 with a BOM marker, which the regular utf-8 codec decodes incorrectly.

utf-8-sig accepts a BOM, but also works correctly without one.

This change also makes .pth files match the way Python source files are handled.

(cherry picked from commit bf5b646)

Co-authored-by: Alyssa Coghlan ncoghlan@gmail.com
Co-authored-by: Inada Naoki songofacandy@gmail.com

`Out-File -Encoding utf8` and similar commands in Windows Powershell 5.1 emit UTF-8 with a BOM marker, which the regular `utf-8` codec decodes incorrectly. `utf-8-sig` accepts a BOM, but also works correctly without one. This change also makes .pth files match the way Python source files are handled. (cherry picked from commit bf5b646) Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com> Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Footer

© 2026 GitHub, Inc.