Python Forum
changing much of my Python code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
changing much of my Python code
#5
You can add:
from __future__ import annotations
PEP 563

The __future__ module is still used to introduce changes.
https://docs.python.org/3/library/__future__.html
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
changing much of my Python code - by Skaperen - Apr-28-2019, 08:44 PM
RE: changing much of my Python code - by Skaperen - Apr-29-2019, 03:52 AM
RE: changing much of my Python code - by Skaperen - Apr-29-2019, 07:01 PM
RE: changing much of my Python code - by DeaD_EyE - Apr-29-2019, 09:58 AM
RE: changing much of my Python code - by Skaperen - May-04-2019, 02:39 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020