merge 3.2

This commit is contained in:
Benjamin Peterson 2012-04-18 11:26:02 -04:00
commit 447f0cc386
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Core and Builtins
- Issue #14592: Attempting a relative import w/o __package__ or __name__ set in
globals raises a KeyError.
- Issue #14607: Fix defaults keyword-only arguments which started with ``__``.
- Issue #14607: Fix keyword-only arguments which started with ``__``.
- Issue #10854: The ImportError raised when an extension module on Windows
fails to import now uses the new path and name attributes from