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
bbe17f50
Commit
bbe17f50
authored
Feb 10, 2003
by
Michael W. Hudson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A typo, and desist from inaccurately describing some things as lists.
parent
4f046e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/api/init.tex
Doc/api/init.tex
+5
-5
No files found.
Doc/api/init.tex
View file @
bbe17f50
...
...
@@ -58,9 +58,9 @@
allocated by the Python interpreter may not be freed (if you find a
leak, please report it). Memory tied up in circular references
between objects is not freed. Some memory allocated by extension
modules may not be freed. Some extension may not work properly if
modules may not be freed. Some extension
s
may not work properly if
their initialization routine is called more than once; this can
happen if an applcation calls
\cfunction
{
Py
_
Initialize()
}
and
happen if an appl
i
cation calls
\cfunction
{
Py
_
Initialize()
}
and
\cfunction
{
Py
_
Finalize()
}
more than once.
\end{cfuncdesc}
...
...
@@ -256,7 +256,7 @@
Python version; the first three characters are the major and minor
version separated by a period. The returned string points into
static storage; the caller should not modify its value. The value
is available to Python code as
the list
\code
{
sys.version
}
.
is available to Python code as
\code
{
sys.version
}
.
\withsubitem
{
(in module sys)
}{
\ttindex
{
version
}}
\end{cfuncdesc}
...
...
@@ -279,8 +279,8 @@
\code
{
'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'
}
The returned string points into static storage; the caller should
not modify its value. The value is available to Python code as
the
list
\code
{
sys.copyright
}
.
not modify its value. The value is available to Python code as
\code
{
sys.copyright
}
.
\withsubitem
{
(in module sys)
}{
\ttindex
{
copyright
}}
\end{cfuncdesc}
...
...
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