Commit 5781dd2d authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Various minor edits

parent 85acbca5
Short-term tasks: Short-term tasks:
Quick revision pass to make HOWTOs match the current state of Python: Quick revision pass to make HOWTOs match the current state of Python
doanddont regex sockets sorting doanddont regex sockets
Medium-term tasks: Medium-term tasks:
Revisit the regex howto. Revisit the regex howto.
......
...@@ -32,7 +32,7 @@ plain dangerous. ...@@ -32,7 +32,7 @@ plain dangerous.
\subsubsection{Inside Function Definitions} \subsubsection{Inside Function Definitions}
\code{from module import *} is {\em invalid} inside function definitions. \code{from module import *} is {\em invalid} inside function definitions.
While many versions of Python do no check for the invalidity, it does not While many versions of Python do not check for the invalidity, it does not
make it more valid, no more then having a smart lawyer makes a man innocent. make it more valid, no more then having a smart lawyer makes a man innocent.
Do not use it like that ever. Even in versions where it was accepted, it made Do not use it like that ever. Even in versions where it was accepted, it made
the function execution slower, because the compiler could not be certain the function execution slower, because the compiler could not be certain
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment