You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paste uses the cgi package extensively in the main code as well as in tests.
The package is deprecated and will be removed in Python 3.13.
The main functions used are escape and FieldStorage. Replacing escape is fairly straightforward, FieldStorage less so.
This issue has been created to highlight that this is coming.
cgitb is also used and will be removed in the same Python version.
Fixes from consumers of Paste encouraged.
The text was updated successfully, but these errors were encountered:
cdent
changed the title
cgi package is deprecated and will be removed in Python 3.13
cgi and cgitb packages are deprecated and will be removed in Python 3.13
Aug 26, 2023
If Fedora needs to package Paste, then ideally someone from the Fedora community, or other distribution, would provide patches to address this issue.
From the README:
Paste is in maintenance mode and recently moved from bitbucket to github. Patches are accepted to keep it on life support, but for the most part, please consider using other options.
Paste uses the cgi package extensively in the main code as well as in tests.
The package is deprecated and will be removed in Python 3.13.
The main functions used are
escape
andFieldStorage
. Replacingescape
is fairly straightforward,FieldStorage
less so.This issue has been created to highlight that this is coming.
cgitb is also used and will be removed in the same Python version.
Fixes from consumers of Paste encouraged.
The text was updated successfully, but these errors were encountered: