diff options
author | Philip Sargent (oconee) <philip.sargent@gmail.com> | 2022-10-27 16:29:11 +0100 |
---|---|---|
committer | Philip Sargent (oconee) <philip.sargent@gmail.com> | 2022-10-27 16:29:11 +0100 |
commit | 73e57a19df7f776d8dfe89a87576d9597810b1fe (patch) | |
tree | 4f5099455e988f3751024c4c31e6094c6f3b76be /deprecations.txt | |
parent | 275ce87e30a805ecccc97efd3dd2b90a867b1bbb (diff) | |
download | troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.tar.gz troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.tar.bz2 troggle-73e57a19df7f776d8dfe89a87576d9597810b1fe.zip |
fixes for WSL1 on new machine
Diffstat (limited to 'deprecations.txt')
-rw-r--r-- | deprecations.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deprecations.txt b/deprecations.txt index d5d211f..e23bbc5 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1,6 +1,4 @@ -/home/philip/p10d3/lib/python3.10/site-packages/django/utils/version.py:6: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives - from distutils.version import LooseVersion -/home/philip/p10d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop +/home/philip/zp310d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop() -/home/philip/p10d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop +/home/philip/zp310d3/lib/python3.10/site-packages/django/utils/asyncio.py:19: DeprecationWarning: There is no current event loop event_loop = asyncio.get_event_loop() |