Hello Piotr, On Sun, 5 Jun 2016 20:47:46 +0200 Piotr =?utf-8?Q?O=C5=BCarowski?= <pi...@debian.org> wrote: > FTR: I didn't apply this patch because exceptions are allowed only in > private dirs intentionally - I don't want to deal with all the > exceptions while f.e. upgrading Python 3 to new 3.X version. > It makes perfect sense in 2.X, but we should not package new stuff for > 2.X anyway... > > I do not close this bug or mark it as wontfix, because even for 3.X we > will most probably have to figure something out sooner or later (but I > still hope that it will be fixed upstream, in the interpreter)
now i have a valid reason for this feature: it was requested to install the test files for pylint. pylint has, on purpose, invalid files among these tests, but forcing pycompile/py3compile on them of course it will fail, making the package uninstallable as-is; i'll try shipping customized postinst scripts, but that sucks. is there any other solution than having this bug fixed? thanks