commit | 02515f7a3a2a5989d38b16ef687e50188ca5d164 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Aug 03 12:08:22 2013 +0100 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Aug 03 12:08:22 2013 +0100 |
tree | 8a00c3ede25c1e0c6b9be61cb3e55a3118316efc | |
parent | d36fc4307e5ff605bc73dfe7ca6f529dc1875911 [diff] |
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.