Modules implicitly exposing exceptions from other modules

Jason Stokes jstok at bluedog.apana.org.au
Mon Feb 14 08:38:05 EST 2000


I notice that the nntplib.NNTP class can throw exceptions from the
underlying socket module without documenting them.  What's good practice
when your module involves exposing exceptions from an implementation module
that client code might not necessarily be aware of?





More information about the Python-list mailing list