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
88b8582e
Commit
88b8582e
authored
Aug 23, 2005
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes
parent
150e349b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Misc/NEWS
Misc/NEWS
+4
-4
No files found.
Misc/NEWS
View file @
88b8582e
...
...
@@ -136,7 +136,7 @@ Extension Modules
for large or negative values.
- Bug #1234979: For the argument of thread.Lock.acquire, the Windows
implement
ed
treated all integer values except 1 as false.
implement
ation
treated all integer values except 1 as false.
- Bug #1194181: bz2.BZ2File didn'
t
handle
mode
'U'
correctly
.
...
...
@@ -203,7 +203,7 @@ Library
-
Bug
#
1238170
:
threading
.
Thread
.
__init__
no
longer
has
"kwargs={}"
as
a
parameter
,
but
uses
the
usual
"kwargs=None"
.
-
textwrap
now
processes
text
chu
c
ks
at
O
(
n
)
speed
instead
of
O
(
n
**
2
).
-
textwrap
now
processes
text
chu
n
ks
at
O
(
n
)
speed
instead
of
O
(
n
**
2
).
Patch
#
1209527
(
Contributed
by
Connelly
).
-
urllib2
has
now
an
attribute
'httpresponses'
mapping
from
HTTP
status
code
...
...
@@ -213,7 +213,7 @@ Library
as this can cause problems with apps closing all file descriptors.
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
though this
can be missing in embedded interpreters
it
can be missing in embedded interpreters
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
...
...
@@ -351,7 +351,7 @@ Library
-
locale
.
py
now
uses
an
updated
locale
alias
table
(
built
using
Tools
/
i18n
/
makelocalealias
.
py
,
a
tool
to
parse
the
X11
locale
alias
file
);
the
encoding
lookup
was
enhanced
to
use
Python
's
encoding alias table
encoding alias table
.
- moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
...
...
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