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
6e5e1d92
Commit
6e5e1d92
authored
Jul 14, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change to match the style guide.
parent
8da359bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/ref/ref3.tex
Doc/ref/ref3.tex
+1
-1
Doc/texinputs/boilerplate.tex
Doc/texinputs/boilerplate.tex
+1
-1
No files found.
Doc/ref/ref3.tex
View file @
6e5e1d92
...
@@ -210,7 +210,7 @@ These represent machine-level double precision floating point numbers.
...
@@ -210,7 +210,7 @@ These represent machine-level double precision floating point numbers.
You are at the mercy of the underlying machine architecture and
You are at the mercy of the underlying machine architecture and
\C
{}
implementation for the accepted range and handling of overflow.
\C
{}
implementation for the accepted range and handling of overflow.
Python does not support single-precision floating point numbers; the
Python does not support single-precision floating point numbers; the
savings in
CPU
and memory usage that are usually the reason for using
savings in
processor
and memory usage that are usually the reason for using
these is dwarfed by the overhead of using objects in Python, so there
these is dwarfed by the overhead of using objects in Python, so there
is no reason to complicate the language with two kinds of floating
is no reason to complicate the language with two kinds of floating
point numbers.
point numbers.
...
...
Doc/texinputs/boilerplate.tex
View file @
6e5e1d92
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Fred L. Drake, Jr., editor
}
Fred L. Drake, Jr., editor
}
\authoraddress
{
\authoraddress
{
\strong
{
PythonLabs
}
\\
\strong
{
PythonLabs
}
\\
E
-
mail:
\email
{
python-docs@python.org
}
Email:
\email
{
python-docs@python.org
}
}
}
\date
{
\today
}
% XXX update before release!
\date
{
\today
}
% XXX update before release!
...
...
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