Hello, Regarding: https://wiki.python.org/moin/UsingAssertionsEffectively
The example given for using assert to verify argument types uses the types module to do so, but the types module recommends using the factory functions in the post-2.2 world. Should this example (and the "safe to import *" comment following) be rewritten?
Cheers, H. _______________________________________________ pydotorg-www mailing list [email protected] https://mail.python.org/mailman/listinfo/pydotorg-www
