Issue #4812: add missing underscore prefix to some internal-use-only
commitac71a9f7598e5200538798f04bb3b91a1b8ee49e
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 2 Jan 2009 23:07:08 +0000 (2 23:07 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 2 Jan 2009 23:07:08 +0000 (2 23:07 +0000)
tree154a57aeaccab7859df2b79ac4feead0ea049d7e
parentd1a1d930df486ed7904b9f1a4d869cb66ed8e1d3
Issue #4812: add missing underscore prefix to some internal-use-only
constants in the decimal module.  (Dec_0 becomes _Dec_0, etc.)

git-svn-id: http://svn.python.org/projects/python/trunk@68182 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/decimal.py
Misc/NEWS