Skip to content

Releases: Jtachan/PyBackport

Release v0.3.1

12 Feb 10:31
daedd13

Choose a tag to compare

Changes

  • The package does not warn anymore when importing, while it still imports the classes that do not need to be backported.
  • Better documentation

Release v0.3.0

23 Oct 17:47
62ea26b

Choose a tag to compare

Added

  • Ported dict and str from python 3.9
  • Deprecated experimental classes

Release v0.2.0

21 Mar 10:32

Choose a tag to compare

Package migrated from pybase-ext

Backported features

  • Defined enum.ReprEnum with the same functionality as in python 3.11
  • enum.IntEnum and enum.IntFlag use now enum.ReprEnum (included in python 3.11)
  • enum.StrEnum backported from python 3.11

New features

  • Defined enum.TupleEnum
  • Module with colors in BGR and RGB