summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-10-02 12:06:54 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2013-10-02 12:06:54 (GMT)
commita0f169cde878f08c2873b0cdf42118439113a96f (patch)
tree8b9911ccf09128706ab58573512a640a354bec36 /Misc/NEWS
parentdff9e2535f5bf73f1491edc45928eef51a701074 (diff)
downloadcpython-a0f169cde878f08c2873b0cdf42118439113a96f.zip
cpython-a0f169cde878f08c2873b0cdf42118439113a96f.tar.gz
cpython-a0f169cde878f08c2873b0cdf42118439113a96f.tar.bz2
Close #19078: memoryview now supports reversed
Patch by Claudiu Popa
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9cf8ada..71de0bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
+- Issue #19078: memoryview now correctly supports the reversed builtin
+ (Patch by Claudiu Popa)
+
+
Library
-------