mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
builtins and extension module functions and methods that expect boolean values for parameters now accept any Python object rather than just a bool or int type. This is more consistent with how native Python code itself behaves. |
||
|---|---|---|
| .. | ||
| _iomodule.c.h | ||
| bufferedio.c.h | ||
| bytesio.c.h | ||
| fileio.c.h | ||
| iobase.c.h | ||
| stringio.c.h | ||
| textio.c.h | ||
| winconsoleio.c.h | ||