commit | c5de0969ca2a82c66efd30bb675f03c2324a3b27 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Jan 02 23:07:08 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Jan 02 23:07:08 2009 +0000 |
tree | 9a50d49199849591f11ef747cc63b1ed88f7622c | |
parent | 44e1581df399d5a5d609296a0001c155a152e22a [diff] |
Issue #4812: add missing underscore prefix to some internal-use-only constants in the decimal module. (Dec_0 becomes _Dec_0, etc.)