On Tue, 17 Oct 2023 at 12:55, Bongo Ferno via Python-list
wrote:
>
> Where I can ask python developers for a new feature?
>
> This feature would allow us to create short aliases for long object paths,
> similar to the with statement. This would make code more readable and
> maintainable.
>
> For
Where I can ask python developers for a new feature?
This feature would allow us to create short aliases for long object paths,
similar to the with statement. This would make code more readable and
maintainable.
For example, if we have a long object like
"MyObject.stuff.longStuff.SubObject", w