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
7f147a77
Commit
7f147a77
authored
Jun 10, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak traceback message to avoid LaTeX2HTML bug
Add a reminder
parent
2ca7862e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+5
-3
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
7f147a77
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
%
%
% getopt.gnu_getopt
% getopt.gnu_getopt
%
%
% Docstrings now optional (with --without-doc-strings)
%
%\section{Introduction \label{intro}}
%\section{Introduction \label{intro}}
...
@@ -514,7 +515,7 @@ dictionary:
...
@@ -514,7 +515,7 @@ dictionary:
{
1: 2
}
{
1: 2
}
>>> d.pop(4)
>>> d.pop(4)
Traceback (most recent call last):
Traceback (most recent call last):
File ``
<stdin>
'', line 1, in ?
File ``
stdin
'', line 1, in ?
KeyError: 4
KeyError: 4
>>> d.pop(1)
>>> d.pop(1)
2
2
...
@@ -653,6 +654,7 @@ as well as \UNIX.
...
@@ -653,6 +654,7 @@ as well as \UNIX.
The author would like to thank the following people for offering
The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this
suggestions, corrections and assistance with various drafts of this
article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr.,
Detlef Lannert, Andrew MacIntyre.
\end{document}
\end{document}
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