Message 303208 - Python tracker (original) (raw)
It ease splitting out (heavy and slow and dirty) part into submodule without breaking backward compatibility.
Right. I created attached PR #3795 to implement this idea.
I hope PEP 562 is accepted.
I don't think that this PEP is needed here. IMHO a new _uuid1 module is enoguh to avoid "side effects" on "import uuid".
Sorry, I reject my idea. It clearly overdone. uuid.py is not so huge.
Can you please elaborate? Do you think that my PR is wrong?