[New-bugs-announce] [issue9261] include higher (../../) dirs fails

Dan OD report at bugs.python.org
Wed Jul 14 18:20:37 CEST 2010


New submission from Dan OD <djo35 at cam.ac.uk>:

MANIFEST.in example:

recursive-include ../../this *.that

fails to include files with

"warning: no files found matching '*.that' under directory '../../this'"

and also

include ../../this *.that

fails with

"warning: no files found matching '../../this'"

- odd situation I know, but including files in higher directories shouldn't be impossible should it? Thanks, Dan

----------
assignee: tarek
components: Distutils
messages: 110296
nosy: indiedan, tarek
priority: normal
severity: normal
status: open
title: include higher (../../) dirs fails
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9261>
_______________________________________


More information about the New-bugs-announce mailing list