This commit is contained in:
Benjamin Peterson 2009-11-19 23:19:29 +00:00
parent 89b1a5ce18
commit 48f0a8df19
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Core and Builtins
- Add Py3k warnings for parameter names in parenthesis.
- Issue #7362: Give a propery error message for def f((x)=3): pass.
- Issue #7362: Give a proper error message for def f((x)=3): pass.
- Issue #7085: Fix crash when importing some extensions in a thread
on MacOSX 10.6.