[issue20159] Derby #7: Convert 51 sites to Argument Clinic across 3 files

Larry Hastings report at bugs.python.org
Wed Jan 8 00:52:09 CET 2014


Larry Hastings added the comment:

(Converting this issue into Derby entry #7.  Serhiy has stated that
he is abandoning his ElementTree patch; it may make a good starting point for you if you take over this issue.)

This issue is part of the Great Argument Clinic Conversion Derby,
where we're trying to convert as much of Python 3.4 to use
Argument Clinic as we can before Release Candidate 1 on January 19.

This issue asks you to change the following bundle of files:
    Modules/_elementtree.c: 31 sites
    PC/_msi.c: 15 sites
    PC/bdist_wininst/install.c: 5 sites

Talk to me (larry) if you only want to attack part of a bundle.

For instructions on how to convert a function to work with Argument
Clinic, read the "howto":
    http://docs.python.org/dev/howto/clinic.html

----------
stage: patch review -> needs patch
title: Derby: Convert the ElementTree module to use Argument Clinic -> Derby #7: Convert 51 sites to Argument Clinic across 3 files

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


More information about the Python-bugs-list mailing list