]> granicus.if.org Git - python/commitdiff
(Merge 3.2) Issue #13339.
authorRoss Lagerwall <rosslagerwall@gmail.com>
Fri, 4 Nov 2011 05:15:35 +0000 (07:15 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Fri, 4 Nov 2011 05:15:35 +0000 (07:15 +0200)
1  2 
Misc/NEWS
Modules/posixmodule.c

diff --cc Misc/NEWS
index 12b3447624fde0cf2adf86376b3fc779ec537975,a605909c3d8da786039a028634b75449acb72837..3a87990be9d45065b725fb194dc6cc31dba21d51
+++ b/Misc/NEWS
@@@ -350,9 -66,9 +350,12 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
+   Thanks to Robert Xiao.
 +- Byte compilation in packaging is now isolated from the calling Python -B or
 +  -O options, instead of being disallowed under -B or buggy under -O.
 +
  - Issue #10570: curses.putp() and curses.tigetstr() are now expecting a byte
    string, instead of a Unicode string.
  
Simple merge