diff options
author | Georg Brandl <georg@python.org> | 2005-08-26 06:43:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-26 06:43:52 (GMT) |
commit | 4550b8db567d08d8b8c6e6fd941b9a32369c0553 (patch) | |
tree | 0b4bb335299da59625d13e380ec687f6375015b9 | |
parent | 02c42871cf73365dc5b6915cac2b017b2b90c81f (diff) | |
download | cpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.zip cpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.tar.gz cpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.tar.bz2 |
typo
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |