Upgrade quopri from Python 3.14.0 (#6852)

Upgrades the `quopri` module from Python 3.14.0 as part of the ongoing
standard library update effort.

## Changes

- Updated `Lib/quopri.py` from CPython v3.14.0
  - Removed shebang line
  - Changed file mode from executable to regular file
- No functional changes to the module
This commit is contained in:
Copilot
2026-01-24 10:57:22 +09:00
committed by GitHub
parent f842fbe25d
commit da41a0cb20

2
Lib/quopri.py vendored Executable file → Normal file
View File

@@ -1,5 +1,3 @@
#! /usr/bin/env python3
"""Conversions to/from quoted-printable transport encoding as per RFC 1521."""
# (Dec 1991 version).