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
433307b7
Commit
433307b7
authored
May 13, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #729297] Remove markup in section headers
parent
eabd9a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+3
-3
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
433307b7
...
...
@@ -378,7 +378,7 @@ and implemented by Jack Jansen.}
%======================================================================
\section
{
PEP 279:
The
\function
{
enumerate()
}
Built-in Function
\label
{
section-enumerate
}}
\section
{
PEP 279:
enumerate()
\label
{
section-enumerate
}}
A new built-in function,
\function
{
enumerate()
}
, will make
certain loops a bit clearer.
\code
{
enumerate(thing)
}
, where
...
...
@@ -414,7 +414,7 @@ and implemented by Raymond D. Hettinger.}
%======================================================================
\section
{
PEP 282: The
\module
{
logging
}
Package
}
\section
{
PEP 282: The
logging
Package
}
A standard package for writing logs,
\module
{
logging
}
, has been added
to Python 2.3. It provides a powerful and flexible mechanism for
...
...
@@ -541,7 +541,7 @@ implemented by Vinay Sajip.}
%======================================================================
\section
{
PEP 285:
The
\class
{
bool
}
Type
\label
{
section-bool
}}
\section
{
PEP 285:
A Boolean
Type
\label
{
section-bool
}}
A Boolean type was added to Python 2.3. Two new constants were added
to the
\module
{__
builtin
__}
module,
\constant
{
True
}
and
...
...
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