Skip to content

Commit a1db1e3

Browse files
committed
Remove open issues section
1 parent 224dd47 commit a1db1e3

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

peps/pep-0784.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -273,26 +273,6 @@ import name ``lz4``. Instead of solving this issue for each compression format,
273273
it is better to solve it once and for all by using the already-claimed
274274
``compression`` namespace.
275275

276-
Open Issues
277-
===========
278-
279-
Should we keep old compression imports?
280-
---------------------------------------
281-
282-
It would be confusing to indefinitely have ``lzma`` and ``compression.lzma``
283-
simultaneously. Ideally, ``import lzma`` should emit a deprecation for a future
284-
Python version (maybe 3.24?). But should that deprecation exist indefinitely?
285-
Should the old import names (e.g. ``import lzma``) eventually be removed? If
286-
so, at which version?
287-
288-
Could we keep the existing compression module imports as-is?
289-
------------------------------------------------------------
290-
291-
The minimally disruptive change would be to add ``compression.zstd``, but not
292-
deprecate and remove ``lzma``, ``bz2``, and ``zlib``, and not create
293-
``compression.lzma`` etc. This has the potential to cause significant
294-
confusion for users however.
295-
296276
Copyright
297277
=========
298278

0 commit comments

Comments
 (0)