On 9 August 2017 at 18:19, Stephen J. Turnbull <[email protected]> wrote: > Nick Coghlan writes: > > > To analyse and investigate this code, we need to "just know" that: > > You can of course hope that help(input().has_vowels) will tell you > where to find it. If it doesn't, well, shame on you for depending on > source-unavailable software that you don't understand. ;-)
We can't run "help" when we're reviewing a diff or otherwise reading code in a situation where interactive help isn't available :) Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
