[Python-Dev] Module properties for C modules (original) (raw)
Christian Heimes lists at cheimes.de
Wed Apr 30 23:17:03 CEST 2008
- Previous message: [Python-Dev] Debian/alpha test_math failures
- Next message: [Python-Dev] Module properties for C modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Python Dev!
As you all know modules don't support properties. However several places and modules could use properties on module level. For example the sys.py3k_warnings flag could be implemented with a property. Other flags in the sys module could benefit from read only properties, too.
How do you like the general idea of properties for builtin modules. That is modules written in C like the sys module.
Christian
- Previous message: [Python-Dev] Debian/alpha test_math failures
- Next message: [Python-Dev] Module properties for C modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]