[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread Eric Snow
Eric Snow added the comment: @potomak, thanks for doing this! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread Eric Snow
Change by Eric Snow : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread miss-islington
miss-islington added the comment: New changeset 1ff4c4277421c02df5ca0894fb95de70cd9cd5f4 by Miss Islington (bot) in branch '3.8': bpo-37284: Add note to sys.implementation doc (GH-14328) https://github.com/python/cpython/commit/1ff4c4277421c02df5ca0894fb95de70cd9cd5f4 --

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread miss-islington
miss-islington added the comment: New changeset 134f79682d6729e3cf84b665d615f576075550e8 by Miss Islington (bot) in branch '3.7': bpo-37284: Add note to sys.implementation doc (GH-14328) https://github.com/python/cpython/commit/134f79682d6729e3cf84b665d615f576075550e8 --

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +14581 pull_request: https://github.com/python/cpython/pull/14784 ___ Python tracker ___

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +14580 pull_request: https://github.com/python/cpython/pull/14783 ___ Python tracker ___

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-07-15 Thread miss-islington
miss-islington added the comment: New changeset 52693c10e82622d883433b779a45d0bd792f17ed by Miss Islington (bot) (Giovanni Cappellotto) in branch 'master': bpo-37284: Add note to sys.implementation doc (GH-14328)

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-06-23 Thread Giovanni Cappellotto
Change by Giovanni Cappellotto : -- keywords: +patch pull_requests: +14148 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14328 ___ Python tracker

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-06-22 Thread Giovanni Cappellotto
Giovanni Cappellotto added the comment: Hi, I'd like to claim this task if nobody else already started working on it. -- nosy: +potomak ___ Python tracker ___

[issue37284] Not obvious that new required attrs of sys.implementation must have a PEP.

2019-06-14 Thread Eric Snow
New submission from Eric Snow : PEP 421 added sys.implementation for Python implementors to provide values required by stdlib code (e.g. importlib). That PEP indicates that any new required attributes must go through the PEP process. [1] That requirement isn't obvious. To fix that we