[issue39192] relationlist module

2020-01-02 Thread Mark Dickinson
Mark Dickinson added the comment: I'm going to close this here. The issue can be re-opened if there's consensus on python-ideas or elsewhere that it's useful. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker

[issue39192] relationlist module

2020-01-02 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the suggestion. If you want to get this added to core Python, there's a bit more you'll need to do here: first, you'd need to persuade the core developers that this functionality is needed. Some real-world motivating examples would help a lot with

[issue39192] relationlist module

2020-01-02 Thread wyz23x2
wyz23x2 added the comment: I've written a handy tool--RelationList. This type can easily create relations between elements in lists. -- Added file: https://bugs.python.org/file48821/relationlist.py ___ Python tracker

[issue39192] relationlist module

2020-01-02 Thread wyz23x2
Change by wyz23x2 : -- components: -Demos and Tools versions: +Python 3.9 -Python 3.8 ___ Python tracker ___ ___ Python-bugs-list m

[issue39192] relationlist module

2020-01-02 Thread wyz23x2
New submission from wyz23x2 : I've written a handy tool--RelationList. This type can easily create relations between elements in lists. -- components: Demos and Tools files: relationlist.py messages: 359197 nosy: asvetlov, dkaveshnikov, wyz23x2, yselivanov priority: normal severity: no