[Python-checkins] r64030 - peps/trunk/pep-0339.txt

benjamin.peterson python-checkins at python.org
Sun Jun 8 02:24:22 CEST 2008


Author: benjamin.peterson
Date: Sun Jun  8 02:24:21 2008
New Revision: 64030

Log:
update for new docs


Modified:
   peps/trunk/pep-0339.txt

Modified: peps/trunk/pep-0339.txt
==============================================================================
--- peps/trunk/pep-0339.txt	(original)
+++ peps/trunk/pep-0339.txt	Sun Jun  8 02:24:21 2008
@@ -383,7 +383,7 @@
 
 Once the name/number pair
 has been chosen and entered in Include/opcode.h, you must also enter it into
-Lib/opcode.py and Doc/lib/libdis.tex .
+Lib/opcode.py and Doc/library/dis.rst .
 
 With a new bytecode you must also change what is called the magic number for
 .pyc files.  The variable ``MAGIC`` in Python/import.c contains the number.


More information about the Python-checkins mailing list