Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5781dd2d
Commit
5781dd2d
authored
Jan 29, 2007
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various minor edits
parent
85acbca5
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
60 deletions
+74
-60
Doc/howto/TODO
Doc/howto/TODO
+2
-2
Doc/howto/doanddont.tex
Doc/howto/doanddont.tex
+1
-1
Doc/howto/regex.tex
Doc/howto/regex.tex
+71
-57
No files found.
Doc/howto/TODO
View file @
5781dd2d
Short-term tasks:
Quick revision pass to make HOWTOs match the current state of Python
:
doanddont regex sockets
sorting
Quick revision pass to make HOWTOs match the current state of Python
doanddont regex sockets
Medium-term tasks:
Revisit the regex howto.
...
...
Doc/howto/doanddont.tex
View file @
5781dd2d
...
...
@@ -32,7 +32,7 @@ plain dangerous.
\subsubsection
{
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 no
t
check for the invalidity, it does not
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
the function execution slower, because the compiler could not be certain
...
...
Doc/howto/regex.tex
View file @
5781dd2d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment