Staging
v0.8.1
https://github.com/python/cpython
Revision 101b054c32a54acd5d1c84b03ebc71cac51b3e3b authored by Larry Hastings on 08 May 2015, 16:56:29 UTC, committed by Larry Hastings on 08 May 2015, 16:56:29 UTC
any keyword arguments.  Previously it silently ignored them.  Also: Remove
ignored and erroneous "kwargs" parameters from three METH_VARARGS methods
on _sqlite.Connection.
1 parent 2e2dcf6
Raw File
Tip revision: 101b054c32a54acd5d1c84b03ebc71cac51b3e3b authored by Larry Hastings on 08 May 2015, 16:56:29 UTC
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
Tip revision: 101b054
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python$
python-gdb.py
tags
.coverage
coverage/
externals/
htmlcov/
back to top