From: Ross Lagerwall Date: Fri, 4 Nov 2011 05:15:35 +0000 (+0200) Subject: (Merge 3.2) Issue #13339. X-Git-Tag: v3.3.0a1~956 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab1078b987720c99a7d96b1ce915bc15c8749d64;p=thirdparty%2FPython%2Fcpython.git (Merge 3.2) Issue #13339. --- ab1078b987720c99a7d96b1ce915bc15c8749d64 diff --cc Misc/NEWS index 12b3447624fd,a605909c3d8d..3a87990be9d4 --- a/Misc/NEWS +++ 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.