Eli Bendersky added the comment:

>> I could continue the discussion about databases, but it feels like a waste 
>> of time to me. The main principle is: If something has an important property 
>> (in this case an enum object's numerical value), it should be publicly 
>> exposed. Period. No need to spend hours discussing if and how that property 
>> will be used. They always end up getting used somehow-- The only question is 
>> whether the people using them need to obtain them through private variables 
>> for years until the developers finally understand that the property needs to 
>> be exposed publicly. If you want to go through that, be my guest.


This kind of attitude is not welcome in the core Python development community. 
Please keep the discussion courteous and stick to technical arguments.

FWIW I fully agree with Barry and Ethan here.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22505>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to