commit | 6269fec171191a38e418dc6b94697ca4fe6e4160 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Jan 01 12:15:31 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Jan 01 12:15:31 2009 +0000 |
tree | 9f3999fff773c450ef8a3873069e22cc4a69381a | |
parent | 775c30706882291fe6385066899f702f768ed95f [diff] [blame] |
#4228: Pack negative values the same way as 2.4 in struct's L format.
diff --git a/Misc/NEWS b/Misc/NEWS index 7eab3ae..9639b18 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -258,6 +258,8 @@ Extension Modules ----------------- +- Issue #4228: Pack negative values the same way as 2.4 in struct's L format. + - Issue #1040026: Fix os.times result on systems where HZ is incorrect. - Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris,