lp:~barry/flufl.enum/trunk

Created by Barry Warsaw and last modified
Get this branch:
bzr branch lp:~barry/flufl.enum/trunk
Only Barry Warsaw can upload to this branch. If you are Barry Warsaw please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Barry Warsaw
Project:
flufl.enum
Status:
Abandoned

Recent revisions

96. By Barry Warsaw

Move the repository.

95. By Barry Warsaw

Merge 4.0.1.

94. By Barry Warsaw

Trunk merge

93. By Barry Warsaw

 * Include MANIFEST.in in the sdist tarball, otherwise the Debian package
   won't built correctly.

92. By Barry Warsaw

 * Comparison operators now return ``NotImplemented`` which cause their use to
   raise ``TypeError`` instead of ``NotImplementedError``. This is for
   consistency with Python 3. In Python 2, we raise the ``TypeError``
   explicitly.

91. By Barry Warsaw

Make it clear that iteration order for Enums is undefined, but defined for
IntEnums.

90. By Barry Warsaw

Sort attributes used in error message for predictability.

89. By Barry Warsaw

 * Duplicate enum values error now provides information on the attribute names
   that produced the conflict. Given by Eli Bendersky.

88. By Barry Warsaw

Remove discussion of getattr() interface for getitem syntax. Use getattr()
directly.

87. By Barry Warsaw

 * Deprecate using getitem syntax for accessing enum values by attribute
   name. Use ``getattr(Enum, name)`` instead. (LP: #1167091)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers