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 LaTeX documentation
Type: Stage:
Components: None Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: loewis, rhettinger, scav
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
libfunctional.tex scav, 2004-04-07 11:18 libfunctional.tex
Messages (3)
msg45715 - (view) Author: Peter Harris (scav) Date: 2004-04-07 11:18
Rough first draft of documentation for 'functional' module 
msg45716 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-02-27 23:04
Logged In: YES 
user_id=21627

This patch is incorrect. It mentions a class
functional.Partial which is not documented in the PEP.
msg45717 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-02-28 05:14
Logged In: YES 
user_id=80475

Provided editting and minor rewrites.

Eliminated references to the Partial class.

Added doctest style example and an itertools style rough
Python equivalent.

Closing this as a separate patch and submitting as part of
the combined patch in 941881.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40125
2004-04-07 11:18:40scavcreate