diff options
author | Brett Cannon <brett@python.org> | 2013-06-14 23:02:34 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-14 23:02:34 (GMT) |
commit | 05a647deedd11c227619f9463920526471db54f1 (patch) | |
tree | 0b7ac3a4d54cbd4fc5065484104385c61ef56fd9 /Python | |
parent | 4d7056258b07df7cbb1b9b44e7a1a9bad04f7454 (diff) | |
download | cpython-05a647deedd11c227619f9463920526471db54f1.zip cpython-05a647deedd11c227619f9463920526471db54f1.tar.gz cpython-05a647deedd11c227619f9463920526471db54f1.tar.bz2 |
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
deprecation of imp.get_magic().
Diffstat (limited to 'Python')
-rw-r--r-- | Python/importlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index e2f60c9..e1ec0e6 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -1273,8 +1273,8 @@ const unsigned char _Py_M__importlib[] = { 0,98,121,116,101,99,111,100,101,32,105,115,32,115,116,97, 108,101,32,102,111,114,32,123,33,114,125,244,4,0,0,0, 115,105,122,101,108,3,0,0,0,255,127,255,127,3,0,40, - 9,0,0,0,244,12,0,0,0,95,77,65,71,73,67,95, - 66,89,84,69,83,114,46,0,0,0,114,140,0,0,0,114, + 9,0,0,0,244,12,0,0,0,77,65,71,73,67,95,78, + 85,77,66,69,82,114,46,0,0,0,114,140,0,0,0,114, 156,0,0,0,114,31,0,0,0,244,8,0,0,0,69,79, 70,69,114,114,111,114,114,14,0,0,0,114,93,0,0,0, 114,19,0,0,0,40,11,0,0,0,114,52,0,0,0,114, |