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
08ae8bb9
Commit
08ae8bb9
authored
May 26, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move test_packaging news entries to the tests section
parent
42fc33a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Misc/NEWS
Misc/NEWS
+6
-6
No files found.
Misc/NEWS
View file @
08ae8bb9
...
...
@@ -166,9 +166,6 @@ Library
- Issue #12175: FileIO.readall() now only reads the file position and size
once.
- Issue #12180: Fixed a few remaining errors in test_packaging when no
threading.
- Issue #12175: RawIOBase.readall() now returns None if read() returns None.
- Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError
...
...
@@ -213,9 +210,6 @@ Library
-
Issue
#
12124
:
zipimport
doesn
't keep a reference to zlib.decompress() anymore
to be able to unload the module.
- Issue #12120, #12119: skip a test in packaging and distutils
if sys.dont_write_bytecode is set to True.
- Issue #12065: connect_ex() on an SSL socket now returns the original errno
when the socket'
s
timeout
expires
(
it
used
to
return
None
).
...
...
@@ -749,6 +743,12 @@ Extension Modules
Tests
-----
-
Issue
#
12180
:
Fixed
a
few
remaining
errors
in
test_packaging
when
no
threading
.
-
Issue
#
12120
,
#
12119
:
skip
a
test
in
packaging
and
distutils
if
sys
.
dont_write_bytecode
is
set
to
True
.
-
Issue
#
12096
:
Fix
a
race
condition
in
test_threading
.
test_waitfor
().
Patch
written
by
Charles
-
Fran
ç
ois
Natali
.
...
...
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