mirror of
https://github.com/python/cpython.git
synced 2025-10-19 07:53:46 +00:00
24 lines
631 B
ReStructuredText
24 lines
631 B
ReStructuredText
Pending removal in Python 3.20
|
|
------------------------------
|
|
|
|
* The ``__version__`` attribute has been deprecated in these standard library
|
|
modules and will be removed in Python 3.20.
|
|
Use :py:data:`sys.version_info` instead.
|
|
|
|
- :mod:`argparse`
|
|
- :mod:`csv`
|
|
- :mod:`!ctypes.macholib`
|
|
- :mod:`ipaddress`
|
|
- :mod:`json`
|
|
- :mod:`logging` (``__date__`` also deprecated)
|
|
- :mod:`optparse`
|
|
- :mod:`pickle`
|
|
- :mod:`platform`
|
|
- :mod:`re`
|
|
- :mod:`socketserver`
|
|
- :mod:`tabnanny`
|
|
- :mod:`tkinter.font`
|
|
- :mod:`tkinter.ttk`
|
|
- :mod:`zlib`
|
|
|
|
(Contributed by Hugo van Kemenade and Stan Ulbrych in :gh:`76007`.)
|