summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2015-08-08 11:38:10 (GMT)
committerStefan Krah <skrah@bytereef.org>2015-08-08 11:38:10 (GMT)
commit0c51595a784787d8e198af910cb6d79172ee52bb (patch)
tree56d21e209ab26a91c65cad305097fdf6bd8f1b45 /Misc
parent917c2c36542131dd81f2b5b4d185c50d3b15546f (diff)
downloadcpython-0c51595a784787d8e198af910cb6d79172ee52bb.zip
cpython-0c51595a784787d8e198af910cb6d79172ee52bb.tar.gz
cpython-0c51595a784787d8e198af910cb6d79172ee52bb.tar.bz2
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Original patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46ea632..4bcd2c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and Builtins
- Issue #24687: Plug refleak on SyntaxError in function parameters
annotations.
+- Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
+ Patch by Martin Panter.
+
Library
-------