[Patches] [ python-Patches-1061679 ] add missing __all__ to pickletools.py

SourceForge.net noreply at sourceforge.net
Sun Nov 7 00:03:42 CET 2004


Patches item #1061679, was opened at 2004-11-07 08:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1061679&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: add missing __all__ to pickletools.py

Initial Comment:
pickletools.py module has its own document and only 
two functions are documented there for external use.
However, __all__ is not defined in pickletools.py. :

  $ python -c 'from pickletools import *;print len(globals
())'
  60

Setting the __all__ variable seems reasonable to me.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1061679&group_id=5470


More information about the Patches mailing list