[Python-checkins] cpython: add news note

benjamin.peterson python-checkins at python.org
Wed Jun 1 00:11:25 CEST 2011


http://hg.python.org/cpython/rev/cb2e3188832b
changeset:   70553:cb2e3188832b
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue May 31 17:11:26 2011 -0500
summary:
  add news note

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list