New submission from rm: There is BeOpen attribution in __builtins__() call, that may confuse users and generate some traffic to unrelated domain. For example:
import smtplib smtplib.__builtins__ <...> Copyright (c) 2000 BeOpen.com. All Rights Reserved. <...>
but beopen.com resolves to domain hosting stub page. May be this string should be changed to just BeOpen, or removed altogether. ---------- assignee: docs@python components: Documentation messages: 282361 nosy: cvs-src, docs@python priority: normal severity: normal status: open title: Python advertising BeOpen.com domain versions: Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28868> _______________________________________