]> granicus.if.org Git - python/commitdiff
There were really two issues
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 4 Aug 2006 05:12:19 +0000 (05:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 4 Aug 2006 05:12:19 +0000 (05:12 +0000)
Python/import.c

index 7c948cdc2d422f87bc2c33df36356c1a4048d462..8ed34bf27ada901e8526357d05943cd51d8b04e1 100644 (file)
@@ -62,7 +62,8 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
        Python 2.5a0: 62092 (changed WITH_CLEANUP opcode)
        Python 2.5b3: 62101 (fix wrong code: for x, in ...)
        Python 2.5b3: 62111 (fix wrong code: x += yield)
-       Python 2.5c1: 62121 (fix wrong lnotab with for loops)
+       Python 2.5c1: 62121 (fix wrong lnotab with for loops and
+                                   storing constants that should have been removed)
 .
 */
 #define MAGIC (62121 | ((long)'\r'<<16) | ((long)'\n'<<24))