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: PEP 309 reference implementation
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: paul.moore, scav
Priority: normal Keywords: patch

Created on 2004-04-07 11:17 by scav, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
functional.py scav, 2004-04-07 11:17 functional.py
Messages (2)
msg45713 - (view) Author: Peter Harris (scav) Date: 2004-04-07 11:17
functional.py

Implements partial() as a function, Partial() as a class.

Documentation and unit tests to follow
msg45714 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2005-03-01 09:13
Logged In: YES 
user_id=113328

The C implementation of this module (patch 941881) has now
been committed. This patch can be closed as no longer required.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40124
2004-04-07 11:17:20scavcreate