Ethan Furman added the comment:

A private method is being added to Enum to better support Enum replacement of 
constants, part of which includes changing __reduce_ex__ to return the string 
of the name.

These changes answer points 1 and 4.

Point 2 would be nice, but seems somewhat less important if Enums are being 
used.

Point 3 -- I don't see how 'Signal(xxx, yyy)' is more complicated than 
'Signal(xxx, zzz)'?

----------
nosy: +barry, eli.bendersky

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

Reply via email to