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
06783b5d
Commit
06783b5d
authored
Dec 30, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup fix
parent
cfd3efbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-2
Doc/whatsnew/whatsnew20.tex
Doc/whatsnew/whatsnew20.tex
+2
-2
No files found.
Doc/lib/libstdtypes.tex
View file @
06783b5d
...
...
@@ -1556,8 +1556,9 @@ attribute and may not be present on all file-like objects.
\end{memberdesc}
\begin{memberdesc}
[file]
{
newlines
}
If Python was built with the
\code
{
--with-universal-newlines
}
option
(the default) this read-only attribute exists, and for files opened in
If Python was built with the
\longprogramopt
{
with-universal-newlines
}
option to
\program
{
configure
}
(the default) this read-only attribute
exists, and for files opened in
universal newline read mode it keeps track of the types of newlines
encountered while reading the file. The values it can take are
\code
{
'
\e
r'
}
,
\code
{
'
\e
n'
}
,
\code
{
'
\e
r
\e
n'
}
,
\code
{
None
}
(unknown,
...
...
Doc/whatsnew/whatsnew20.tex
View file @
06783b5d
...
...
@@ -525,8 +525,8 @@ tricky and depends crucially on how often the program creates and
destroys objects. The detection of cycles can be disabled when Python
is compiled, if you can't afford even a tiny speed penalty or suspect
that the cycle collection is buggy, by specifying the
\
samp
{
--without-cycle-gc
}
switch when running the
\file
{
configure
}
script.
\
longprogramopt
{
without-cycle-gc
}
switch when running the
\program
{
configure
}
script.
Several people tackled this problem and contributed to a solution. An
early implementation of the cycle detection approach was written by
...
...
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