Skip to content

Commit da41a0c

Browse files
authored
Upgrade quopri from Python 3.14.0 (RustPython#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
1 parent f842fbe commit da41a0c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/quopri.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#! /usr/bin/env python3
2-
31
"""Conversions to/from quoted-printable transport encoding as per RFC 1521."""
42

53
# (Dec 1991 version).

0 commit comments

Comments
 (0)