diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-02 12:06:54 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-10-02 12:06:54 (GMT) |
commit | a0f169cde878f08c2873b0cdf42118439113a96f (patch) | |
tree | 8b9911ccf09128706ab58573512a640a354bec36 /Misc/NEWS | |
parent | dff9e2535f5bf73f1491edc45928eef51a701074 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |