RsT markup

This commit is contained in:
rocky
2019-11-17 20:47:13 -05:00
parent 4327ee98e6
commit 791274c45d

View File

@@ -190,10 +190,10 @@ done is worse.
Between Python 3.5, 3.6, 3.7 there have been major changes to the Between Python 3.5, 3.6, 3.7 there have been major changes to the
:code:`MAKE_FUNCTION` and :code:`CALL_FUNCTION` instructions. Python :code:`MAKE_FUNCTION` and :code:`CALL_FUNCTION` instructions. Python
Python 3.8 removes `SETUP_LOOP`, `SETUP_EXCEPT`, `BREAK_LOOP`, and Python 3.8 removes :code:`SETUP_LOOP`, :code`SETUP_EXCEPT`,
`CONTINUE_LOOP`, instructions which may make control-flow detection :code:`BREAK_LOOP`, and :code:`CONTINUE_LOOP`, instructions which may
harder, lacking the more sophisticated control-flow analysis that is make control-flow detection harder, lacking the more sophisticated
planned. We'll see. control-flow analysis that is planned. We'll see.
Currently not all Python magic numbers are supported. Specifically in Currently not all Python magic numbers are supported. Specifically in
some versions of Python, notably Python 3.6, the magic number has some versions of Python, notably Python 3.6, the magic number has