Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into issue30245
  • Loading branch information
johanliu authored Jun 2, 2017
commit adac2daafc067f930bc3d89aaf9ff19022b4e3c9
14 changes: 14 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,20 @@ Library

- bpo-30245: Fix possible overflow when organize struct.pack_into
error message. Patch by Yuan Liu.

- bpo-30378: Fix the problem that logging.handlers.SysLogHandler cannot
handle IPv6 addresses.

- bpo-16500: Allow registering at-fork handlers.

- bpo-30470: Deprecate invalid ctypes call protection on Windows. Patch by
Mariatta Wijaya.

- bpo-30414: multiprocessing.Queue._feed background running
thread do not break from main loop on exception.

- bpo-30003: Fix handling escape characters in HZ codec. Based on patch
by Ma Lin.

- bpo-30149: inspect.signature() now supports callables with
variable-argument parameters wrapped with partialmethod.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.