[Python-Dev] Changing Clinic's output (original) (raw)
Brett Cannon brett at python.org
Tue Jan 14 22:03:35 CET 2014
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jan 14, 2014 at 3:22 PM, Larry Hastings <larry at hastings.org> wrote:
On 01/11/2014 07:35 PM, Larry Hastings wrote:
On 01/08/2014 07:08 AM, Barry Warsaw wrote: How hard would it be to put together some sample branches that provide concrete examples of the various options? My own opinion could easily be influenced by having some hands-on time with actual code, and I suspect even Guido could be influenced if he could pull some things up in his editor and take a look around. I've uploaded a prototype here: https://bitbucket.org/larry/python-clinic-buffer
I have now received exactly zero feedback about the prototype, which suggests people aren't using it. In an attempt to jump-start this conversation, I've created a new repository containing the "concrete examples of the various options" that Barry proposed above. You may find it here: https://bitbucket.org/larry/clinic-buffer-samples/src In it I converted Modules/pickle.c four different ways. There's a README, please read it. People who want to change how Clinic writes its output: this is your big chance. Comment on these samples, or produce your own counterexamples, or something. If you can enough people on your side maybe Clinic will change. If there is no further debate on this topic, nothing will happen and Clinic will not change.
+0 _pickle.original.c +1 _pickle.using-buffer.c -0 _pickle.using-modified-buffer.c +1 _pickle.using-multiple-buffers.c -0 _pickle.using-sidefile.c -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140114/f2c05e51/attachment-0001.html>
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]