This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: relationlist module
Type: enhancement Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, dkaveshnikov, mark.dickinson, wyz23x2, yselivanov
Priority: normal Keywords:

Created on 2020-01-02 13:57 by wyz23x2, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
relationlist.py wyz23x2, 2020-01-02 13:57
relationlist.py wyz23x2, 2020-01-02 14:07
Messages (4)
msg359197 - (view) Author: wyz23x2 (wyz23x2) * Date: 2020-01-02 13:57
I've written a handy tool--RelationList. This type can easily create relations between elements in lists.
msg359198 - (view) Author: wyz23x2 (wyz23x2) * Date: 2020-01-02 14:07
I've written a handy tool--RelationList. This type can easily create relations between elements in lists.
msg359209 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2020-01-02 18:36
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 this. Second, if there's widespread acceptance of the idea, it would be useful to have an implementation that includes accompanying tests and documentation. (Especially documentation: it's not at all clear to me just looking at the code what exact problem it's solving.)

In this case, I'd suggest taking this to the python-ideas mailing list for further discussion (https://mail.python.org/mailman3/lists/python-ideas.python.org/).

You can also take a look at this part of the developer guide for more guidelines on adding new functionality to Python: https://devguide.python.org/stdlibchanges/
msg359211 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2020-01-02 19:01
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.
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83373
2020-01-02 19:01:57mark.dickinsonsetstatus: open -> closed
resolution: rejected
messages: + msg359211

stage: resolved
2020-01-02 18:36:10mark.dickinsonsetnosy: + mark.dickinson
messages: + msg359209
2020-01-02 14:07:17wyz23x2setfiles: + relationlist.py

messages: + msg359198
2020-01-02 14:06:06wyz23x2setcomponents: - Demos and Tools
versions: + Python 3.9, - Python 3.8
2020-01-02 13:57:29wyz23x2create