view roundup/anypy/__init__.py @ 7497:dcf37ca1a47d

Reduce line height for headers; change link decorations thicken underlines and place below test so it doesn't intersect decenders.
author John Rouillard <rouilj@ieee.org>
date Sat, 17 Jun 2023 22:11:19 -0400
parents 868db43b302a
children
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        3,
                        )))

Roundup Issue Tracker: http://roundup-tracker.org/