[issue28868] Python advertising BeOpen.com domain

2016-12-04 Thread Emanuel Barry

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28868] Python advertising BeOpen.com domain

2016-12-04 Thread SilentGhost

SilentGhost added the comment:

It's part of the copyright notice, just removing it is probably not an option.

--
nosy: +SilentGhost

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28868] Python advertising BeOpen.com domain

2016-12-04 Thread rm

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com