commit | ffb0a804c6eba81d6ed15e11b88f9fbb670d0cfe | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 06 18:44:35 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 06 18:44:35 2007 +0000 |
tree | 5c2412a8bae1d102b77784f922c34e0b9b6353ec | |
parent | 8c9b3d6a137334777a2652a9fcc2eaac390b2921 [diff] [blame] |
Patch #1638879: don't accept strings with embedded NUL bytes in long(). (backport from rev. 54173)
diff --git a/Misc/NEWS b/Misc/NEWS index c51b690..f6ebc24 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Patch #1638879: don't accept strings with embedded NUL bytes in long(). + - Bug #1674503: close the file opened by execfile() in an error condition. - Patch #1674228: when assigning a slice (old-style), check for the