[Python-bugs-list] [ python-Bugs-823380 ] distutils: dir[ectory]_created

SourceForge.net noreply at sourceforge.net
Thu Oct 16 15:42:41 EDT 2003


Bugs item #823380, was opened at 2003-10-14 14:00
Message generated for change (Comment added) made by theller
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=823380&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Lukasz Pankowski (lupan)
Assigned to: Thomas Heller (theller)
Summary: distutils: dir[ectory]_created

Initial Comment:
In docutils documentation in section `The
Postinstallation script' 
(python/dist/src/Doc/dist/dist.tex) mensions function
dir_created, while it should be directory_created
(python/dist/src/PC/bdist_wininst/install.c). Grepping
the CVS tree shows the inconsistency:

lupan at psi:[~/local/python]$ find -type f -print0 |
xargs -0 grep [ry]_created
./dist/src/Doc/dist/dist.tex:dir_created(pathname)
./dist/src/PC/bdist_wininst/install.c: 
{"directory_created", DirectoryCreated, METH_VARARGS,
NULL},


----------------------------------------------------------------------

>Comment By: Thomas Heller (theller)
Date: 2003-10-16 21:42

Message:
Logged In: YES 
user_id=11105

Fixed in dist.tex revision 1.59 and 1.56.8.3.

Thanks!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=823380&group_id=5470



More information about the Python-bugs-list mailing list