Author: ac
Date: Tue Feb 13 12:35:17 2007
New Revision: 38676
Added:
pypy/dist/lib-python/modified-2.4.1/decimal.py
- copied, changed from r38672, pypy/dist/lib-python/2.4.1/decimal.py
Log:
Fix bug in decimal.
By accident it doesn't show up in CPython since 'F' >= 0 is True there.