Message280178
| Author | fruch |
|---|---|
| Recipients | fruch |
| Date | 2016-11-06.22:34:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1478471671.65.0.611428361622.issue28627@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
this fails on python3.5-alpine and python3.6-alpine
(works as fine in python2.7-alpine)
cd /bug && ln -s /broken_path/to_nowhere broken
python -c "import shutil; shutil.copytree('/bug', '/temp', symlinks=True)"
Dockerfile example here:
https://github.com/docker-library/python/issues/155
https://github.com/python/cpython/blob/c30098c8c6014f3340a369a31df9c74bdbacc269/Lib/shutil.py#L198
seem like its suppressing NotImplementedError, and in our case OsError with ENOSUP was raised |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-06 22:34:31 | fruch | set | recipients: + fruch |
| 2016-11-06 22:34:31 | fruch | set | messageid: <1478471671.65.0.611428361622.issue28627@psf.upfronthosting.co.za> |
| 2016-11-06 22:34:31 | fruch | link | issue28627 messages |
| 2016-11-06 22:34:31 | fruch | create | |