[Python-checkins] [python/cpython] ec19ba: bpo-29596: Improve clinic howto documentation (GH-...

GitHub noreply at github.com
Tue Jun 6 15:23:54 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: ec19ba210bba2c3097232a05d7dbe093beb5f833
      https://github.com/python/cpython/commit/ec19ba210bba2c3097232a05d7dbe093beb5f833
  Author: gfyoung <gfyoung17 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M Doc/howto/clinic.rst

  Log Message:
  -----------
  bpo-29596: Improve clinic howto documentation (GH-1710)

Clarify that `two-pass` buffer can only be dumped once, and it prints out all text sent to it during all processing, even from Clinic blocks *after* the dumping point.




More information about the Python-checkins mailing list