[Python-checkins] [python/cpython] 202fda: bpo-24037: Add Argument Clinic converter `bool(acc...

GitHub noreply at github.com
Sun Mar 12 04:10:49 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 202fda55c2dffe27125703225e5af92254602dc6
      https://github.com/python/cpython/commit/202fda55c2dffe27125703225e5af92254602dc6
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
    M Misc/NEWS
    M Modules/_codecsmodule.c
    M Modules/_io/_iomodule.c
    M Modules/_io/fileio.c
    M Modules/_io/textio.c
    M Modules/_io/winconsoleio.c
    M Modules/_tkinter.c
    M Modules/_winapi.c
    M Modules/binascii.c
    M Modules/cjkcodecs/multibytecodec.c
    M Modules/pyexpat.c
    M Objects/bytearrayobject.c
    M Objects/bytesobject.c
    M Objects/listobject.c
    M Objects/unicodeobject.c
    M Python/bltinmodule.c
    M Tools/clinic/clinic.py

  Log Message:
  -----------
  bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)




More information about the Python-checkins mailing list