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
adf694bd
Commit
adf694bd
authored
May 29, 2007
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in doc
parent
d4e42dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Misc/cheatsheet
Misc/cheatsheet
+1
-1
No files found.
Misc/cheatsheet
View file @
adf694bd
...
@@ -1370,7 +1370,7 @@ settrace(func) Sets a trace function: called before each line ofcode is
...
@@ -1370,7 +1370,7 @@ settrace(func) Sets a trace function: called before each line ofcode is
setprofile(func) Sets a profile function for performance profiling.
setprofile(func) Sets a profile function for performance profiling.
Info on exception currently being handled; this is atuple
Info on exception currently being handled; this is atuple
(exc_type, exc_value, exc_traceback).Warning: assigning the
(exc_type, exc_value, exc_traceback).Warning: assigning the
exc_info() traceback return value to a loca variable in a
exc_info() traceback return value to a loca
l
variable in a
function handling an exception will cause a circular
function handling an exception will cause a circular
reference.
reference.
setdefaultencoding Change default Unicode encoding - defaults to 7-bit ASCII.
setdefaultencoding Change default Unicode encoding - defaults to 7-bit ASCII.
...
...
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