This commit is contained in:
Benjamin Peterson 2012-05-01 09:51:46 -04:00
commit 8fbd295458
3 changed files with 59 additions and 3 deletions

View file

@ -10,6 +10,8 @@ What's New in Python 3.3.0 Alpha 3?
Core and Builtins
-----------------
- Issue #14699: Fix calling the classmethod descriptor directly.
- Issue #14433: Prevent msvcrt crash in interactive prompt when stdin
is closed.