]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor consistency fixes for some longobject.c exception messages:
authorMark Dickinson <dickinsm@gmail.com>
Sat, 3 Aug 2013 11:08:22 +0000 (12:08 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 3 Aug 2013 11:08:22 +0000 (12:08 +0100)
commit02515f7a3a2a5989d38b16ef687e50188ca5d164
tree8a00c3ede25c1e0c6b9be61cb3e55a3118316efc
parentd36fc4307e5ff605bc73dfe7ca6f529dc1875911
Minor consistency fixes for some longobject.c exception messages:
 - replace 'long int' / 'long' by 'int'
 - fix capitalization of "Python" in PyLong_AsUnsignedLong
 - "is too large" -> "too large", for consistency with other messages.
Objects/longobject.c