Skip to content

Releases: Jtachan/PyBackport

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