Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #.

This commit is contained in:
Neal Norwitz 2006-07-12 07:28:29 +00:00
parent 7e49c6eee8
commit a1f1090109
2 changed files with 20 additions and 3 deletions

View file

@ -63,7 +63,7 @@ extern time_t PyOS_GetLastModificationTime(char *, FILE *);
Python 2.5c1: 62101 (fix wrong code: for x, in ...)
.
*/
#define MAGIC (62092 | ((long)'\r'<<16) | ((long)'\n'<<24))
#define MAGIC (62101 | ((long)'\r'<<16) | ((long)'\n'<<24))
/* Magic word as global; note that _PyImport_Init() can change the
value of this global to accommodate for alterations of how the