[Python-bugs-list] [ python-Bugs-413144 ] sdist can't create empty directories

SourceForge.net noreply@sourceforge.net
Tue, 04 Feb 2003 06:07:25 -0800


Bugs item #413144, was opened at 2001-04-02 11:05
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=413144&group_id=5470

Category: Distutils
Group: Feature Request
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: A.M. Kuchling (akuchling)
Assigned to: Nobody/Anonymous (nobody)
Summary: sdist can't create empty directories

Initial Comment:
If a file fails an os.path.isfile()
check, sdist.py skips it and prints a warning.  That's
probably worth
loosening so an empty directory can be created in a
source distribution by listing it in the MANIFEST.



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

>Comment By: A.M. Kuchling (akuchling)
Date: 2003-02-04 09:07

Message:
Logged In: YES 
user_id=11375

Probably not worth fixing.  Closing.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-01-28 21:41

Message:
Logged In: YES 
user_id=33168

amk, should this be fixed?  Is the problem at line 420 in
distutils/command/sdist.py?

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

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