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
388432df
Commit
388432df
authored
Dec 31, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dedent a paragraph that was accidentally aligned with a preceding
nested list.
parent
c006c69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Misc/NEWS
Misc/NEWS
+8
-8
No files found.
Misc/NEWS
View file @
388432df
...
...
@@ -155,14 +155,14 @@ Core and builtins
show
signed
values
(
e
.
g
.
hex
(-
1
)
currently
returns
"0xffffffff"
;
in
Python
2.4
it
will
return
"-0x1"
).
-
The
bits
manipulated
under
the
cover
by
sys
.
setcheckinterval
()
have
been
changed
.
Both
the
check
interval
and
the
ticker
used
to
be
per
-
thread
values
.
They
are
now
just
a
pair
of
global
variables
.
In
addition
,
the
default
check
interval
was
boosted
from
10
to
100
bytecode
instructions
.
This
may
have
some
effect
on
systems
that
relied
on
the
old
default
value
.
In
particular
,
in
multi
-
threaded
applications
which
try
to
be
highly
responsive
,
response
time
will
increase
by
some
(
perhaps
imperceptible
)
amount
.
-
The
bits
manipulated
under
the
cover
by
sys
.
setcheckinterval
()
have
been
changed
.
Both
the
check
interval
and
the
ticker
used
to
be
per
-
thread
values
.
They
are
now
just
a
pair
of
global
variables
.
In
addition
,
the
default
check
interval
was
boosted
from
10
to
100
bytecode
instructions
.
This
may
have
some
effect
on
systems
that
relied
on
the
old
default
value
.
In
particular
,
in
multi
-
threaded
applications
which
try
to
be
highly
responsive
,
response
time
will
increase
by
some
(
perhaps
imperceptible
)
amount
.
-
When
multiplying
very
large
integers
,
a
version
of
the
so
-
called
Karatsuba
algorithm
is
now
used
.
This
is
most
effective
if
the
...
...
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