[issue28868] Python advertising BeOpen.com domain
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> _______________________________________
SilentGhost added the comment: It's part of the copyright notice, just removing it is probably not an option. ---------- nosy: +SilentGhost _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28868> _______________________________________
Emanuel Barry added the comment: Part of the copyright notice, as SilentGhost mentioned. This can't be removed. ---------- nosy: +ebarry resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28868> _______________________________________
participants (3)
-
Emanuel Barry
-
rm
-
SilentGhost