summaryrefslogtreecommitdiffstats
path: root/Lib/posixfile.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-02-18 03:30:53 (GMT)
commit78349072f7c8f2d3da6f552665f9f381930c3c42 (patch)
tree94ed5548052b1901079e58c5e0d13e9ec2e4b603 /Lib/posixfile.py
parent1ca2ed35e09f7531dbd58c021f60e2ee58774e41 (diff)
downloadcpython-78349072f7c8f2d3da6f552665f9f381930c3c42.zip
cpython-78349072f7c8f2d3da6f552665f9f381930c3c42.tar.gz
cpython-78349072f7c8f2d3da6f552665f9f381930c3c42.tar.bz2
removed __all__ from several modules
Diffstat (limited to 'Lib/posixfile.py')
-rw-r--r--Lib/posixfile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/posixfile.py b/Lib/posixfile.py
index da374ad..58c4b4f 100644
--- a/Lib/posixfile.py
+++ b/Lib/posixfile.py
@@ -53,8 +53,6 @@ f.lock(mode [, len [, start [, whence]]])
query only
"""
-__all__ = ["open","fileopen","SEEK_SET","SEEK_CUR","SEEK_END"]
-
class _posixfile_:
"""File wrapper class that provides extra POSIX file routines."""