[Python-Dev] Pep 550 module (original) (raw)
Jim J. Jewett jimjjewett at gmail.com
Sun Aug 27 11:51:43 EDT 2017
- Previous message (by thread): [Python-Dev] [RELEASE] Python 2.7.14 release candidate 1
- Next message (by thread): [Python-Dev] Pep 550 module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I think there is general consensus that this should go in a module other than sys. (At least a submodule.)
The specific names are still To Be Determined, but I suspect seeing the functions and objects as part of a named module will affect what works.
So I am requesting that the next iteration just pick a module name, and let us see how that looks. E.g
import dynscopevars
user=dynscopevars.Var ("username")
myscope=dynscopevars.get_current_scope()
childscope=dynscopevars.Scope (parent=myscope,user="bob")
-jJ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170827/d14faad8/attachment.html>
- Previous message (by thread): [Python-Dev] [RELEASE] Python 2.7.14 release candidate 1
- Next message (by thread): [Python-Dev] Pep 550 module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]