Staging
v0.8.1
https://github.com/python/cpython
Revision 0efe18ab0c213ead1cb09cf14886998cf8e9f465 authored by Andrew M. Kuchling on 08 May 2010, 15:39:46 UTC, committed by Andrew M. Kuchling on 08 May 2010, 15:39:46 UTC
mention PYTHONWARNINGS env. var; tweak some examples for readability.

And with this commit, the "What's New" is done... except for a
complete read-through to polish the text, and fixing any reported errors,
but those tasks can easily wait until after beta2.
1 parent dac6aeb
Raw File
Tip revision: 0efe18ab0c213ead1cb09cf14886998cf8e9f465 authored by Andrew M. Kuchling on 08 May 2010, 15:39:46 UTC
Write summary of the 2.7 release; rewrite the future section some more;
Tip revision: 0efe18a
.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