[Patches] [Patch #103297] __all__ values for a handful of modules

noreply@sourceforge.net noreply@sourceforge.net
Fri, 19 Jan 2001 14:43:11 -0800


Patch #103297 has been updated. 

Project: python
Category: library
Status: Open
Submitted by: montanaro
Assigned to : montanaro
Summary: __all__ values for a handful of modules

Follow-Ups:

Date: 2001-Jan-19 14:43
By: gvanrossum

Comment:
So where's the next update?

I would approve of adding this to the alpha1 release.

-------------------------------------------------------

Date: 2001-Jan-18 18:32
By: gvanrossum

Comment:
Nice, Skip!

I wonder if the "test" functions should really be included in __all__?

Especially StringIO's test isn't generally needed.  I'd be happy if I had
to import it explicitly using "from StringIO import test" if I really
wanted it.  Ditto for the HTTP server classes.

-------------------------------------------------------

Date: 2001-Jan-18 19:09
By: montanaro

Comment:
Yeah, I wondered about including "test".  I included it only
because I thought I remembered someone mentioning that in a
previous thread.  I'll remove "test" from __all__ in my
next update.

Assuming everything else is okay, I will keep adding to the
number of modified modules.

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=103297&group_id=5470