commit | 62b1b001e6798ed178e1c65d26d4e031ca00ff39 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 06 19:00:09 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 06 19:00:09 2007 +0000 |
tree | fcf9a4ccc2b90632883b62f04f60bb58003e4585 | |
parent | 2230d98048be1a20bd177ea72b2124941cd1d9ea [diff] [blame] |
Patch #1654417: make operator.{get,set,del}slice use the full range of Py_ssize_t. (backport from rev. 54177)
diff --git a/Misc/NEWS b/Misc/NEWS index f6ebc24..27dddf8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Extension Modules ----------------- +- Patch #1654417: make operator.{get,set,del}slice use the full range + of Py_ssize_t. + - Patch #1646728: datetime.fromtimestamp fails with negative fractional times. With unittest.