Update test_dict_version.py from Cpython v3.11.2 by Masorubka1 · Pull Request #4809 · RustPython/RustPython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
| import unittest | ||
| from test.support import import_helper | ||
|
|
||
| # PEP 509 is implemented in CPython but other Python implementations |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe we implement it, unsure if this test file actually gets executed tbh.
Thanks, closing this for now since we do not implement this. I also see PEP 509 has been superseded (don't remember by what) so it is very likely we won't be supporting this (though I haven't looked into it).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters