Staging
v0.5.1
https://github.com/python/cpython
Revision 979d79cd312d70faa5341cf5b4ada407590306f3 authored by Georg Brandl on 31 January 2010, 18:51:49 UTC, committed by Georg Brandl on 31 January 2010, 18:51:49 UTC
move exception descriptions to toplevel, not inside a class
remove attribution in "versionadded"
spell and grammar check docstring of FTP_TLS
1 parent 3fd2db9
Raw File
Tip revision: 979d79cd312d70faa5341cf5b4ada407590306f3 authored by Georg Brandl on 31 January 2010, 18:51:49 UTC
Fix-up ftplib documentation:
Tip revision: 979d79c
.hgignore
.gdb_history
.purify
.svn
Makefile
Makefile.pre
TAGS
autom4te.cache
build
buildno
config.cache
config.log
config.status
config.status.lineno
db_home
platform
pyconfig.h
python
python.exe
reflog.txt
tags
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
core

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
back to top