]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
added __all__ lists to a number of Python modules
authorSkip Montanaro <skip@pobox.com>
Sat, 20 Jan 2001 19:54:20 +0000 (19:54 +0000)
committerSkip Montanaro <skip@pobox.com>
Sat, 20 Jan 2001 19:54:20 +0000 (19:54 +0000)
commite99d5ea25ba994491c773d9b5872332334ccd1c5
tree9f8fd636e123cc4a9718b7ae70ce0842dd19b755
parentc955f892254359194b3b1c4462156753acc4de90
added __all__ lists to a number of Python modules
added test script and expected output file as well
this closes patch 103297.
__all__ attributes will be added to other modules without first submitting
a patch, just adding the necessary line to the test script to verify
more-or-less correct implementation.
39 files changed:
Lib/BaseHTTPServer.py
Lib/Bastion.py
Lib/CGIHTTPServer.py
Lib/ConfigParser.py
Lib/Cookie.py
Lib/MimeWriter.py
Lib/Queue.py
Lib/SimpleHTTPServer.py
Lib/SocketServer.py
Lib/StringIO.py
Lib/UserDict.py
Lib/UserList.py
Lib/UserString.py
Lib/aifc.py
Lib/anydbm.py
Lib/atexit.py
Lib/audiodev.py
Lib/base64.py
Lib/bdb.py
Lib/binhex.py
Lib/bisect.py
Lib/calendar.py
Lib/cgi.py
Lib/chunk.py
Lib/cmd.py
Lib/code.py
Lib/codecs.py
Lib/codeop.py
Lib/colorsys.py
Lib/commands.py
Lib/compileall.py
Lib/copy.py
Lib/copy_reg.py
Lib/dbhash.py
Lib/dircache.py
Lib/dis.py
Lib/robotparser.py
Lib/test/output/test___all__ [new file with mode: 0644]
Lib/test/test___all__.py [new file with mode: 0644]