This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove the error and the zipfile.ZipFile.BadZipfile aliases
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: PedanticHacker, alanmcintyre, serhiy.storchaka, twouters
Priority: normal Keywords:

Created on 2020-11-05 19:21 by PedanticHacker, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 23171 PedanticHacker, 2020-11-05 19:21
Messages (1)
msg380428 - (view) Author: Boštjan Mejak (PedanticHacker) * Date: 2020-11-05 19:21
Remove the long-forgotten aliases 'error' and 'BadZipfile' in 'zipfile.ZipFile' class which are just pre-3.2 compatibility names. Python 3.10 should finally remove these aliases.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86437
2020-11-06 10:04:14xtreaksetnosy: + twouters, alanmcintyre, serhiy.storchaka
2020-11-05 19:21:47PedanticHackercreate