add news note

This commit is contained in:
Benjamin Peterson 2011-05-31 17:11:26 -05:00
parent 023f3a7cf6
commit 0bb2991653
1 changed files with 3 additions and 0 deletions

View File

@ -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.