Opened 15 years ago
Closed 13 years ago
#333 closed enhancement (wontfix)
Introduce __slots__
Reported by: | ole | Owned by: | ole |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Functionality and features | Version: | |
Severity: | minor | Keywords: | |
Cc: |
Description
With the new class idioms (inheritance form object) in Python we have the opportunity of restricting attributes using slots. That will allow users to directly manipulate and assign values to attributes without fear of misspellings being silently accepted to the detriment of all humankind.
Change History (1)
comment:1 Changed 13 years ago by habili
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.