diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-10 21:47:03 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-10 21:47:03 (GMT) |
commit | 5e19e4441335a70c9087402e9c487b66c9daca94 (patch) | |
tree | 9d0dd68e8b105696f64cd56453a1cce957bdb6e3 /Misc | |
parent | 2409dc79d2df77d75d702ec7feeeacc3c44490d2 (diff) | |
download | cpython-5e19e4441335a70c9087402e9c487b66c9daca94.zip cpython-5e19e4441335a70c9087402e9c487b66c9daca94.tar.gz cpython-5e19e4441335a70c9087402e9c487b66c9daca94.tar.bz2 |
kill memoryview.size in favor of len(view)
Reviewer: Antoine Pitrou #3827
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.0 release candidate 1 Core and Builtins ----------------- +- Issue #3827: memoryview lost its size attribute in favor of using len(view). + - Issue #3813: could not lanch python.exe via symbolic link on cygwin. - Issue #3705: fix crash when given a non-ascii value on the command line for |