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
99e5ce5c
Commit
99e5ce5c
authored
Nov 04, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup nit
parent
b0c66307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Doc/lib/libatexit.tex
Doc/lib/libatexit.tex
+4
-5
No files found.
Doc/lib/libatexit.tex
View file @
99e5ce5c
...
...
@@ -40,11 +40,10 @@ order. The assumption is that lower level modules will normally be
imported before higher level modules and thus must be cleaned up
later.
If an exception is raised during execution of the exit handlers, a traceback
is printed (unless SystemExit is raised) and the exception information is
saved. After all exit handlers have had a chance to run the last exception
to be raised is reraised.
If an exception is raised during execution of the exit handlers, a
traceback is printed (unless
\exception
{
SystemExit
}
is raised) and the
exception information is saved. After all exit handlers have had a
chance to run the last exception to be raised is re-raised.
\end{funcdesc}
...
...
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