David Hotham
David Hotham
I think a docs clarification is more likely to succeed - two issues declaring this working-as-designed tells its own story - but: same deal. If you care about this and...
- sets purelib [here](https://github.com/python-poetry/poetry/blob/7adbf4a4eb13dee3ba23e3f6acbdd6887feb8cd7/src/poetry/plugins/plugin_manager.py#L276) - then [here](https://github.com/python-poetry/poetry/blob/7adbf4a4eb13dee3ba23e3f6acbdd6887feb8cd7/src/poetry/utils/env/base_env.py#L279C17-L279C85) compares `/var/lang/bin` with `/home/testcase/.poetry/plugins` and decides that the common path is `/` - then the string replacement [here](https://github.com/python-poetry/poetry/blob/7adbf4a4eb13dee3ba23e3f6acbdd6887feb8cd7/src/poetry/utils/env/base_env.py#L294) really goes badly, all the...
https://github.com/python-poetry/poetry-core/blob/14f98fbb750fffcc8a232803cefe39c9a351bf47/src/poetry/core/version/markers.py#L178-L182, if you care to put together a merge request
I expect it's a deliberate test but - you are telling us - of wrong behaviour. The PEP should be the final arbiter.
simply asking for docs improvements almost never works! If this is important to you then advise contributing the change you would like to see.
The API is `Storage` https://github.com/django/django/blob/2debd018dbc7aba0b98b4c082bbb1fa1d195a47e/django/core/files/storage/base.py#L11 if the S3 implementation disagrees with the base class, that is a bug
If classes inherit from `Storage` but disagree with it where it defines an API, - that _is_ a bug (as I expect any typechecking tool should agree). I agree that...
Yeah but different backends taking different kwargs is pretty much exactly what OP is complaining about!
per https://github.com/python-poetry/poetry/issues/2740, this whole feature is not really supported. Recommend that if this is important to you then the best chance of success would be to submit a pull request.
pretty sure that at heart this is going to be duplicate #8475 (and others linked from it) As for > I would label this bug "status/confirmed" and "status/needs-attention" there are...