Change default precision to 5 digits, updated release notes and statistics

This commit is contained in:
JSCHILL1 2009-05-19 22:05:03 -05:00
parent 56cc8fd15a
commit ec3e857c53
3 changed files with 56 additions and 3 deletions

View file

@ -66,8 +66,8 @@ from svg_regex import svg_parser
from decimal import *
import gzip
# set precision to 6 decimal places by default
getcontext().prec = 6
# set precision to 5 decimal places by default
getcontext().prec = 5
APP = 'scour'
VER = '0.13'