[issue19723] Argument Clinic should add markers for humans

Larry Hastings report at bugs.python.org
Tue Jan 7 15:35:51 CET 2014


Larry Hastings added the comment:

Patch attached.  I tweaked the punctuation in the last line, from this:

  /*[clinic end generated code; checksum: {checksum}]*/
                              ^         ^
to this:                      |         |
                              v         v
  /*[clinic end generated code: checksum={checksum}]*/

Guido, can you live with that?  I think it's a slight improvement but I'm not committed enough to fight about it.  I'll change it back if you want it your way.

----------
Added file: http://bugs.python.org/file33343/larry.change.clinic.markers.diff.1.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19723>
_______________________________________


More information about the Python-bugs-list mailing list