This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Derby #7: Convert 51 sites to Argument Clinic across 3 files
Type: behavior Stage: resolved
Components: Extension Modules Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: larry
Priority: normal Keywords:

Created on 2014-01-07 23:48 by larry, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg207621 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-07 23:48
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
msg207623 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2014-01-07 23:50
Sorry, meant to convert a different issue into this issue.
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64375
2014-01-07 23:50:50larrysetstatus: open -> closed
resolution: duplicate
messages: + msg207623

stage: needs patch -> resolved
2014-01-07 23:48:54larrycreate