summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-13 21:48:40 (GMT)
committerLarry Hastings <larry@hastings.org>2015-04-13 21:48:40 (GMT)
commita6cc551502aac1fd011009abe40686f4647ba6b0 (patch)
treef6709fe9bd9475607b37557f803237b7d7970aad /Misc
parentd827be8ff1e74b35191aa51e7b66acb8a13b9db9 (diff)
downloadcpython-a6cc551502aac1fd011009abe40686f4647ba6b0.zip
cpython-a6cc551502aac1fd011009abe40686f4647ba6b0.tar.gz
cpython-a6cc551502aac1fd011009abe40686f4647ba6b0.tar.bz2
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
Patch courtesy of Joe Jevnik.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 4 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d1074bd..eeb1869 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -664,6 +664,7 @@ Flemming Kjær Jensen
Philip H. Jensen
Philip Jenvey
MunSic Jeong
+Joe Jevnik
Chris Jerdonek
Jim Jewett
Pedro Diaz Jimenez
diff --git a/Misc/NEWS b/Misc/NEWS
index e4574a1..79ed545 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++
@@ -9,6 +9,8 @@ Release date: XXX
Core and Builtins
-----------------
+- Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
+ Patch courtesy of Joe Jevnik.
- Issue #23731: Implement PEP 488: removal of .pyo files.