Vajrasky Kok added the comment:

Attached the patch to fix the test.

The main issue is that with S flag, we do not have "help" in builtins. And I 
think that is deliberate.

[sky@localhost cpython]$ ./python -S
Python 3.4.0a4+ (default:64fb6a58ebf4+, Oct 26 2013, 19:04:01) 
[GCC 4.7.2 20121109 (Red Hat 4.7.2-8)] on linux
>>> 
[sky@localhost cpython]$ ./python 
Python 3.4.0a4+ (default:64fb6a58ebf4+, Oct 26 2013, 19:04:01) 
[GCC 4.7.2 20121109 (Red Hat 4.7.2-8)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

----------
keywords: +patch
nosy: +vajrasky
Added file: http://bugs.python.org/file32369/fix_test_pydoc_with_S_flag.patch

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

Reply via email to