commit | ed657556086076576050c936947935be0900020d | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Jul 10 00:04:44 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Jul 10 00:04:44 2006 +0000 |
tree | 0865eee9ee94883e2d5ffd5de7f545acdc216480 | |
parent | 28746aba9bf636d03eb1c1c5f4550c6f2dbf5300 [diff] [blame] |
Bug #1512814, Fix incorrect lineno's when code at module scope started after line 256.
diff --git a/Misc/NEWS b/Misc/NEWS index ff336c6..33ca2b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,9 @@ - On 64 bit systems, int literals that use less than 64 bits are now ints rather than longs. +- Bug #1512814, Fix incorrect lineno's when code at module scope + started after line 256. + Library -------