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.

Author collinwinter
Recipients
Date 2006-04-29.04:35:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch handles the requested renaming of the
functional module to functools.

Due to problems encountered when generating the patch
(svn's diff doesn't handle moved+edited files well and
PC/VC6/pythoncore.dsp was marked as binary), I've had
to upload the new versions of several files with
instructions on how to use them:

1. Apply rename_functional.patch
2. Apply pep-0309.txt.diff to
projects/peps/trunk/pep-0309.txt
3. Delete the following:
   - Doc/lib/libfunctional.tex
   - Lib/test/test_functional.py
   - Modules/functionalmodule.c
4. Add the following:
   - libfunctools.tex -> Doc/lib/libfunctools.tex
   - test_functools.py -> Lib/test/test_functools.py
   - functoolsmodule.c -> Modules/functoolsmodule.c
5. Merge pythoncore.dsp with PC/VC6/pythoncore.dsp


rename_functional.patch changes the following files:
- PCbuild/pythoncore.vcproj
- setup.py
- Misc/NEWS
- PC/config.c
- Doc/whatsnew/whatsnew25.tex
- Doc/lib/lib.tex

All changes to projects/python were based on r45757.
The changes to PEP 309 were based on r45798.
History
Date User Action Args
2007-08-23 15:48:32adminlinkissue1478788 messages
2007-08-23 15:48:32admincreate