]> granicus.if.org Git - python/commit
Better error messages when raising ValueError for int and long
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:02:01 +0000 (15:02 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:02:01 +0000 (15:02 +0000)
commitdf3d8756b77979279784d2a5545574e2eda85eea
tree71a3f5d1fc8e18a531e79607e8b9398c3631b6d7
parent152d8173a3844d00d7511484d3c1bfd1b8725613
Better error messages when raising ValueError for int and long
literals.  (The previous version of this code would not show the
offending input, even though there was code that attempted this.)
Objects/abstract.c