bronx.compat

Some annoying tools that help to make the jump from Python2 to Python3.

Sub-Modules

bronx.compat.functools

Compatibility for some of the features of the functools modules.

bronx.compat.itertools

Compatibility for some of the features of the itertools modules.

bronx.compat.moves

Compatibility for modules or attributes that move or change their name across versions of Python

bronx.compat.random

The Random class from this module will produce results that are identical to the Python2 version.