This commit is contained in:
Georg Brandl 2005-08-26 06:43:52 +00:00
parent 02c42871cf
commit 4550b8db56

View file

@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
- Disallow keyword arguments for type constructors that don't use it
- Disallow keyword arguments for type constructors that don't use them
(fixes bug #1119418).
- Forward UnicodeDecodeError into SyntaxError for source encoding errors.