[issue23826] test_enum fails under -OO

2015-04-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It doesn't follow the style of other tests (see for example test_pydoc), but it works. -- ___ Python tracker ___

[issue23826] test_enum fails under -OO

2015-04-11 Thread Ethan Furman
Ethan Furman added the comment: Decided to go with a simpler version: one complete doc variable for with and without docs -- much easier to maintain in the future. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ P

[issue23826] test_enum fails under -OO

2015-04-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset a5530207b003 by Ethan Furman in branch 'default': Issue23826: fix doc test for -OO runs https://hg.python.org/cpython/rev/a5530207b003 -- nosy: +python-dev ___ Python tracker

[issue23826] test_enum fails under -OO

2015-03-31 Thread Ethan Furman
Changes by Ethan Furman : -- assignee: -> ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue23826] test_enum fails under -OO

2015-03-31 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23826] test_enum fails under -OO

2015-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch. -- keywords: +patch nosy: +serhiy.storchaka stage: needs patch -> patch review Added file: http://bugs.python.org/file38764/issue23826.patch ___ Python tracker _

[issue23826] test_enum fails under -OO

2015-03-31 Thread Brett Cannon
New submission from Brett Cannon: == FAIL: test_pydoc (__main__.TestStdLib) -- Traceback (most recent call last): File "/Users/bcannon/Repositories/cpython/def