summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-31 22:11:26 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-31 22:11:26 (GMT)
commit0bb299165344129dcdc0891233f3799ca258d4a3 (patch)
tree41436bccbb27e2c03524c82f8c3b41de4e014434
parent023f3a7cf6124498598ec82e03baa1219783deed (diff)
downloadcpython-0bb299165344129dcdc0891233f3799ca258d4a3.zip
cpython-0bb299165344129dcdc0891233f3799ca258d4a3.tar.gz
cpython-0bb299165344129dcdc0891233f3799ca258d4a3.tar.bz2
add news note
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce5a1d2..7c82dbe 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.