commit | 056eb02719497a700e332d2ad69c2b11db0e3552 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 19 23:05:12 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 19 23:05:12 2014 +0200 |
tree | 53e0989921a0eb66d17af0ae0ab55b99280be8c0 | |
parent | 4ac30f17925bc5dc283cd638a43b9ecde95b63a9 [diff] |
Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.