[issue18206] There is no license.html on www.python.org

2013-06-13 Thread Georg Brandl

Georg Brandl added the comment:

This broke because we now have release 3.3.0 instead of 3.3.
But it's easy to add a redirect, which I've done now.

In the future, site.py should be fixed to say 3.3.0 or 3.3.X depending on the 
current bugfix version.

--

___
Python tracker 

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



[issue18206] There is no license.html on www.python.org

2013-06-13 Thread py.user

New submission from py.user:

[guest@localhost ~]$ python3
Python 3.3.0 (default, Sep 29 2012, 22:07:38)
[GCC 4.7.2 20120921 (Red Hat 4.7.2-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> license()
See http://www.python.org/3.3/license.html
>>>

404


answer from webmas...@python.org:

Hello,

When I use the version of Python distributed by python.org and type "license()" 
I get the full license text and not the url.

It seems like this might be a change made by Red Hat? Either way, the proper 
place to discuss issues like this is on the Python bug tracker:

http://bugs.python.org/

Feel free to report an issue there and the developers can look at it.

This email address is actually for reporting problems with the Python.org 
website!

All the best,

Michael Foord



in Lib/site.py:
[guest@localhost cpython]$ sed -n '453,456p' Lib/site.py
builtins.license = _Printer(
"license", "See http://www.python.org/%.3s/license.html"; % sys.version,
["LICENSE.txt", "LICENSE"],
[os.path.join(here, os.pardir), here, os.curdir])
[guest@localhost cpython]$

--
assignee: docs@python
components: Documentation, Library (Lib)
messages: 191095
nosy: docs@python, py.user
priority: normal
severity: normal
status: open
title: There is no license.html on www.python.org
type: behavior
versions: Python 3.3

___
Python tracker 

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



[issue18206] There is no license.html on www.python.org

2013-06-13 Thread STINNER Victor

Changes by STINNER Victor :


--
nosy: +georg.brandl

___
Python tracker 

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