[New-bugs-announce] [issue28868] Python advertising BeOpen.com domain
rm
report at bugs.python.org
Sun Dec 4 15:58:50 EST 2016
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 at python
components: Documentation
messages: 282361
nosy: cvs-src, docs at python
priority: normal
severity: normal
status: open
title: Python advertising BeOpen.com domain
versions: Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28868>
_______________________________________
More information about the New-bugs-announce
mailing list