File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Author: Emma Harper Smith <emma@python.org>
44Sponsor: Gregory P. Smith <greg@krypto.org>
55Status: Draft
66Type: Standards Track
7- Created: 04 -Apr-2025
8- Python-Version: 3.15
7+ Created: 06 -Apr-2025
8+ Python-Version: 3.14
99
1010Abstract
1111========
@@ -212,7 +212,7 @@ Backwards Compatibility
212212
213213The main compatibility concern is usage of existing standard library
214214compression APIs with the existing import names. These names will be
215- deprecated, and will be removed in 3.25 . Given the long deprecation period,
215+ deprecated, and will be removed in 3.24 . Given the long deprecation period,
216216most users will likely migrate to the new import names well before then.
217217Additionally, a libCST codemod can be provided to automatically rewrite
218218imports, easing the migration.
@@ -271,7 +271,7 @@ Should we keep old compression imports?
271271
272272It would be confusing to indefinitely have ``lzma `` and ``compression.lzma ``
273273simultaneously. Ideally, ``import lzma `` should emit a deprecation for a future
274- Python version (maybe 3.25 ?). But should that deprecation exist indefinitely?
274+ Python version (maybe 3.24 ?). But should that deprecation exist indefinitely?
275275Should the old import names (e.g. ``import lzma ``) eventually be removed? If
276276so, at which version?
277277
You can’t perform that action at this time.
0 commit comments