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
6f68314b
Commit
6f68314b
authored
May 26, 2015
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Plain Diff
Moved Misc/NEWS entries to correct section and fix formatting.
parents
09479d0b
ca208a03
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 @
6f68314b
...
...
@@ -45,12 +45,6 @@ Core and Builtins
-
Issue
#
23290
:
Optimize
set_merge
()
for
cases
where
the
target
is
empty
.
(
Contributed
by
Serhiy
Storchaka
.)
-
Issue
#
20274
:
When
calling
a
_sqlite
.
Connection
,
it
now
complains
if
passed
any
keyword
arguments
.
Previously
it
silently
ignored
them
.
-
Issue
#
20274
:
Remove
ignored
and
erroneous
"kwargs"
parameters
from
three
METH_VARARGS
methods
on
_sqlite
.
Connection
.
-
Issue
#
2292
:
PEP
448
:
Additional
Unpacking
Generalizations
.
-
Issue
#
24096
:
Make
warnings
.
warn_explicit
more
robust
against
mutation
of
the
...
...
@@ -175,6 +169,12 @@ Library
(
utf8
/
internationalized
email
)
and
automatically
encodes
non
-
ASCII
usernames
and
passwords
to
UTF8
.
-
Issue
#
20274
:
When
calling
a
_sqlite
.
Connection
,
it
now
complains
if
passed
any
keyword
arguments
.
Previously
it
silently
ignored
them
.
-
Issue
#
20274
:
Remove
ignored
and
erroneous
"kwargs"
parameters
from
three
METH_VARARGS
methods
on
_sqlite
.
Connection
.
-
Issue
#
24134
:
assertRaises
(),
assertRaisesRegex
(),
assertWarns
()
and
assertWarnsRegex
()
checks
now
emits
a
deprecation
warning
when
callable
is
None
or
keyword
arguments
except
msg
is
passed
in
the
context
manager
mode
.
...
...
@@ -3515,7 +3515,7 @@ Library
- Issue #19782: imaplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.
- Issue 20123: Fix pydoc.synopsis() for "binary" modules.
- Issue
#
20123: Fix pydoc.synopsis() for "binary" modules.
- Issue #19834: Support unpickling of exceptions pickled by Python 2.
...
...
@@ -6785,7 +6785,7 @@ Documentation
- Issue #15940: Specify effect of locale on time functions.
- Issue 17538: Document XML vulnerabilties
- Issue
#
17538: Document XML vulnerabilties
- Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
Patch by Ramchandra Apte
...
...
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