Staging
v0.8.1
https://github.com/python/cpython
Revision db553be7fb72f286faa59b42243bb6e0aa974dc6 authored by Éric Araujo on 06 November 2010, 14:16:30 UTC, committed by Éric Araujo on 06 November 2010, 14:16:30 UTC
This was overlooked in r80804.  This change is not really a bug fix,
but the release manager agreed to it.  There is no NEWS entry, like
in the original commit.
1 parent aa5f4aa
Raw File
Tip revision: db553be7fb72f286faa59b42243bb6e0aa974dc6 authored by Éric Araujo on 06 November 2010, 14:16:30 UTC
Remove one trace of Mac OS 9 support (#7908 follow-up)
Tip revision: db553be
.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/jinja2/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen$
^core
^python-gdb.py

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