]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add news note
authorBenjamin Peterson <benjamin@python.org>
Tue, 31 May 2011 22:11:26 +0000 (17:11 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 31 May 2011 22:11:26 +0000 (17:11 -0500)
Misc/NEWS

index ce5a1d21163f58da8f14c41dc2d161b91e2c3a3d..7c82dbee9f1c52e0581c5985f9b1a5e052a7ea07 100644 (file)
--- 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.