commit | 62e58040c1c5fce264eb8d6c31cd6c05f4c6e265 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 06:17:21 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 27 06:17:21 2006 +0000 |
tree | e40230ac1d68f80e4c12f3762bfbf3f93bb981b5 | |
parent | 1121e735368a918ad45b06cca39612f4fce419fc [diff] [blame] |
[Backport of r52452] Patch #1549049: Rewrite type conversion in structmember. Fixes #1545696 and #1566140. The new warnings have been omitted in the backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 8b822e9..c79a55a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Patch #1549049: Support long values in structmember. + - Bug #1545497: when given an explicit base, int() did ignore NULs embedded in the string to convert.