Note the tighter complex() parameter checking.

This commit is contained in:
Fred Drake 2001-12-14 17:08:12 +00:00
parent b062cb22d0
commit 6c01e25d9f
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ Core and builtins
division becomes the default (in the meantime, test_coercion is
testing the current rules).
- complex() now only allows the first argument to be a string
argument, and raises TypeError if either the second arg is a string
or if the second arg is specified when the first is a string.
Extension modules
- gc.get_referents was renamed to gc.get_referrers.