cpython/Doc/library
Eric Smith 9d4ba3970f Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. 2007-09-02 15:33:26 +00:00
..
__builtin__.rst
__future__.rst
__main__.rst
_ast.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
_winreg.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
aepack.rst Fix RST link. 2007-09-01 07:34:27 +00:00
aetools.rst
aetypes.rst
aifc.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
allos.rst
anydbm.rst
archiving.rst
array.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
asynchat.rst
asyncore.rst
atexit.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
audioop.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
autogil.rst
base64.rst
basehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
binascii.rst
binhex.rst
bisect.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
bsddb.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
bz2.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
calendar.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
carbon.rst
cgi.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
cgihttpserver.rst
cgitb.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
chunk.rst
cmath.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
cmd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
code.rst
codecs.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
codeop.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
collections.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
colorpicker.rst
colorsys.rst
commands.rst
compileall.rst
configparser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
constants.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
contextlib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
cookie.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
cookielib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
copy.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
copy_reg.rst
crypt.rst
crypto.rst
csv.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
ctypes.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
curses.ascii.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
curses.panel.rst
curses.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
custominterp.rst
datatypes.rst
datetime.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dbhash.rst
dbm.rst
decimal.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
development.rst
difflib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dircache.rst
dis.rst Thomas removed all the SLICE op codes 2007-08-31 04:10:28 +00:00
distutils.rst
dl.rst
doctest.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
docxmlrpcserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dumbdbm.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
dummy_thread.rst
dummy_threading.rst
easydialogs.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email-examples.rst
email.charset.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.encoders.rst
email.errors.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.generator.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.header.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.iterators.rst
email.message.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
email.mime.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.parser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
email.util.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
errno.rst
exceptions.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
filesys.rst
fnmatch.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
formatter.rst Merged revisions 57152-57220 via svnmerge from 2007-08-20 19:06:03 +00:00
fpectl.rst
fpformat.rst Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. 2007-08-31 09:22:56 +00:00
framework.rst
frameworks.rst
ftplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
functions.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
functools.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
gc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
gdbm.rst
gensuitemodule.rst
getopt.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
getpass.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
gettext.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
glob.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
grp.rst
gzip.rst
hashlib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
heapq.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
hmac.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
hotshot.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
htmllib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
htmlparser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
httplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
i18n.rst
ic.rst
idle.rst
imaplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imghdr.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imp.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
imputil.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
index.rst
inspect.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
internet.rst
intro.rst
ipc.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
itertools.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
keyword.rst
language.rst
linecache.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
locale.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
logging.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
mac.rst
macos.rst
macosa.rst
macostools.rst
macpath.rst
mailbox.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
mailcap.rst
markup.rst
marshal.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
math.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
mhlib.rst
mimetools.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mimetypes.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
miniaeframe.rst
misc.rst
mm.rst
mmap.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
modulefinder.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
modules.rst Merge the trunk changes in. Breaks socket.ssl for now. 2007-08-28 21:37:11 +00:00
msilib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
msvcrt.rst
multifile.rst Manually patched a few things that didn't get merged in, but should. 2007-08-17 00:24:54 +00:00
mutex.rst
netdata.rst
netrc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
new.rst Address a few XXX comments, other fixes. 2007-08-31 17:17:17 +00:00
nis.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
nntplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
numeric.rst
objects.rst
operator.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
optparse.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
os.path.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
os.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
ossaudiodev.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
othergui.rst
parser.rst Idiom adjustment in the docs for the parser module. 2007-08-28 06:10:19 +00:00
pdb.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
persistence.rst
pickle.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
pickletools.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
pipes.rst
pkgutil.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
platform.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
poplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
posix.rst Address a few XXX comments, other fixes. 2007-08-31 17:17:17 +00:00
pprint.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
profile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
pyexpat.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
python.rst
queue.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
quopri.rst
random.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
re.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
readline.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
repr.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
resource.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
rfc822.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
rlcompleter.rst
robotparser.rst
runpy.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sched.rst
scrolledtext.rst
select.rst
sgmllib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
shelve.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
shlex.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
shutil.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
signal.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
simplehttpserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
simplexmlrpcserver.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
site.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
smtpd.rst
smtplib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sndhdr.rst
socket.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
socketserver.rst
someos.rst
spwd.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
sqlite3.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
ssl.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
stat.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
statvfs.rst
stdtypes.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
string.rst Removed used_args param from string.Formatter.get_field. It was left in by mistake from an earlier edit. 2007-09-02 15:33:26 +00:00
stringio.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
stringprep.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
strings.rst Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. 2007-08-31 09:22:56 +00:00
struct.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
subprocess.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
sunau.rst
symbol.rst
sys.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
syslog.rst
tabnanny.rst Address a few XXX comments, other fixes. 2007-08-31 17:17:17 +00:00
tarfile.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
telnetlib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tempfile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
termios.rst
test.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
textwrap.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
thread.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
threading.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
time.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
timeit.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tix.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tk.rst
tkinter.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
token.rst
tokenize.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
trace.rst
traceback.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
tty.rst
turtle.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
types.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
undoc.rst Address a few XXX comments, other fixes. 2007-08-31 17:17:17 +00:00
unicodedata.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
unittest.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
unix.rst
urllib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
urllib2.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
urlparse.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
user.rst
userdict.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
uu.rst
uuid.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
warnings.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
wave.rst
weakref.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
webbrowser.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
whichdb.rst
windows.rst
winsound.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
wsgiref.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xdrlib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xml.dom.minidom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.dom.pulldom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.dom.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.etree.elementtree.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xml.etree.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.handler.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.reader.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
xml.sax.utils.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
xmlrpclib.rst Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. 2007-09-01 23:34:30 +00:00
zipfile.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
zipimport.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00
zlib.rst Get rid of the remaining versionadded/versionchanged directives. 2007-09-01 13:51:09 +00:00