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
d6d35d95
Commit
d6d35d95
authored
Jun 03, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fix typo reported by John Belmonte
- wrap a long line
parent
77ca6c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/whatsnew/whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+4
-4
No files found.
Doc/whatsnew/whatsnew24.tex
View file @
d6d35d95
...
@@ -369,7 +369,7 @@ yellow 5
...
@@ -369,7 +369,7 @@ yellow 5
use as arguments to functionals:
use as arguments to functionals:
\samp
{
map(mydict.
__
getitem
__
, keylist)
}
.
\samp
{
map(mydict.
__
getitem
__
, keylist)
}
.
\item
Added a
n newcode
opcode,
\code
{
LIST
_
APPEND
}
, that simplifies
\item
Added a
new
opcode,
\code
{
LIST
_
APPEND
}
, that simplifies
the generated bytecode for list comprehensions and speeds them up
the generated bytecode for list comprehensions and speeds them up
by about a third.
by about a third.
...
@@ -393,9 +393,9 @@ details.
...
@@ -393,9 +393,9 @@ details.
\begin{itemize}
\begin{itemize}
\item
The
\module
{
curses
}
modules now supports the ncurses extension
\item
The
\module
{
curses
}
modules now supports the ncurses extension
\function
{
use
_
default
_
colors()
}
.
On platforms where the terminal
\function
{
use
_
default
_
colors()
}
.
On platforms where the terminal
supports transparency, this makes it possible to use a transparent
background.
supports transparency, this makes it possible to use a transparent
(Contributed by J
\"
org Lehmann.)
background.
(Contributed by J
\"
org Lehmann.)
\item
The
\module
{
bisect
}
module now has an underlying C implementation
\item
The
\module
{
bisect
}
module now has an underlying C implementation
for improved performance.
for improved performance.
...
...
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