diff options
author | Larry Hastings <larry@hastings.org> | 2015-04-13 21:48:40 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-04-13 21:48:40 (GMT) |
commit | a6cc551502aac1fd011009abe40686f4647ba6b0 (patch) | |
tree | f6709fe9bd9475607b37557f803237b7d7970aad /Misc | |
parent | d827be8ff1e74b35191aa51e7b66acb8a13b9db9 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -664,6 +664,7 @@ Flemming Kjær Jensen Philip H. Jensen Philip Jenvey MunSic Jeong +Joe Jevnik Chris Jerdonek Jim Jewett Pedro Diaz Jimenez @@ -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. |