view roundup/anypy/__init__.py @ 5728:bfd28644fe43

In suggestion from Joseph Myers, put test code in a try: finally: block to make sure that patching of date.Date is undone if there is an exception.
author John Rouillard <rouilj@ieee.org>
date Fri, 24 May 2019 17:23: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/