This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, craigh, eli.bendersky, ethan.furman, larry, serhiy.storchaka, vstinner
Date 2015-03-11.14:27:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426084025.07.0.560013641237.issue23486@psf.upfronthosting.co.za>
In-reply-to
Content
In getting everything fixed up and tested I realized there was one slight user-facing change:  with this patch it is now possible to say:

  SomeEnum.SomeMember = SomeMember

In other words, it is possible to set a value on the class as long as it is the same value that already existed.

3.5 sounds good.
History
Date User Action Args
2015-03-11 14:27:05ethan.furmansetrecipients: + ethan.furman, barry, vstinner, larry, craigh, eli.bendersky, serhiy.storchaka
2015-03-11 14:27:05ethan.furmansetmessageid: <1426084025.07.0.560013641237.issue23486@psf.upfronthosting.co.za>
2015-03-11 14:27:05ethan.furmanlinkissue23486 messages
2015-03-11 14:27:04ethan.furmancreate