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
a1f948bd
Commit
a1f948bd
authored
Jan 24, 2012
by
Florent Xicluna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #12501: merge the discordant NEWS entries.
parent
d1c818a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Misc/NEWS
Misc/NEWS
+2
-4
No files found.
Misc/NEWS
View file @
a1f948bd
...
...
@@ -25,8 +25,6 @@ Core and Builtins
-
Issue
#
13333
:
The
UTF
-
7
decoder
now
accepts
lone
surrogates
(
the
encoder
already
accepts
them
).
-
Remove
Py3k
warning
for
callable
.
-
Issue
#
10519
:
Avoid
unnecessary
recursive
function
calls
in
setobject
.
c
.
...
...
@@ -73,8 +71,8 @@ Core and Builtins
deallocator calls one of the methods on the type (e.g. when subclassing
IOBase). Diagnosis and patch by Davide Rizzo.
- Issue #12501:
Adjust callable() warning: callable() is only not supported in
Python 3.1. callable() is again supported
in Python 3.2.
- Issue #12501:
Remove Py3k warning for callable. callable() is supported
again
in Python 3.2.
- Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
os.write() clamp the length to INT_MAX on Windows.
...
...
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