From: Benjamin Peterson Date: Tue, 31 May 2011 22:11:26 +0000 (-0500) Subject: add news note X-Git-Tag: v3.3.0a1~2183^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0bb299165344129dcdc0891233f3799ca258d4a3;p=thirdparty%2FPython%2Fcpython.git add news note --- diff --git a/Misc/NEWS b/Misc/NEWS index ce5a1d21163f..7c82dbee9f1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12225: Still allow Python to build if Python is not in its hg repo or + mercurial is not installed. + - Issue #1195: my_fgets() now always clears errors before calling fgets(). Fix the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.