view roundup/anypy/__init__.py @ 6649:33616bc80baf

Fix hang in unsatisfyable range or HEAD request for static file Also update CHANGES with last three changes.
author John Rouillard <rouilj@ieee.org>
date Thu, 28 Apr 2022 19:21:08 -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/