[issue28181] Change URL in antigravity library file

2017-03-31 Thread Donald Stufft

Changes by Donald Stufft :


--
pull_requests: +1049

___
Python tracker 

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



[issue28181] Change URL in antigravity library file

2016-09-16 Thread Kaartic Sivaraam

Kaartic Sivaraam added the comment:

Don't Mention. It was my long time wish to contribute to  open source projects.

--

___
Python tracker 

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



[issue28181] Change URL in antigravity library file

2016-09-16 Thread Christian Heimes

Christian Heimes added the comment:

Thanks for your contribution!

--
resolution:  -> fixed
stage: patch review -> 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



[issue28181] Change URL in antigravity library file

2016-09-16 Thread Roundup Robot

Roundup Robot added the comment:

New changeset b8ac4ee42ad3 by Christian Heimes in branch '3.5':
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
https://hg.python.org/cpython/rev/b8ac4ee42ad3

New changeset 0820d023077e by Christian Heimes in branch '3.6':
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
https://hg.python.org/cpython/rev/0820d023077e

New changeset 7ebd6271094d by Christian Heimes in branch 'default':
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
https://hg.python.org/cpython/rev/7ebd6271094d

New changeset 742a798c4da6 by Christian Heimes in branch 'default':
Issue #28181: Add Kaartic Sivaraam to Misc/ACKS.
https://hg.python.org/cpython/rev/742a798c4da6

--
nosy: +python-dev

___
Python tracker 

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



[issue28181] Change URL in antigravity library file

2016-09-16 Thread Christian Heimes

Christian Heimes added the comment:

xkcd redirects http to https. It makes sense to fix the module and use https.

--
nosy: +christian.heimes
stage:  -> patch review
versions: +Python 3.5, Python 3.6

___
Python tracker 

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



[issue28181] Change URL in antigravity library file

2016-09-16 Thread Kaartic Sivaraam

New submission from Kaartic Sivaraam:

I use a network that is monitored and filtered by Cyberoam. The use Cyberoam to 
block some websites, and some content. 

I came to know of the antigravity easter egg recently. I tried it using  
'import antigravity' and it opened the xkcd website as expected, but did not 
display the picture. I was able to view the image, when I changed the URL from 
http://xkcd.com/353 to https://xkcd.com/353 
I found that I could not view the image as Cyberoam (for some unknown reason) 
blocked the loading of the picture for the HTTP site.

If it does not cause any compatibility issue or other issues, please change the 
URL in  the antigravity library also to a HTTPS one. I request you to change 
this as this may go unnoticed to other people who are not aware of it.

I have attached a patch that changes the URL. You may use it if it's ok 
changing the URL.

--
components: Library (Lib)
files: antigravity-patch.patch
keywords: patch
messages: 276695
nosy: kaartic
priority: normal
severity: normal
status: open
title: Change URL in antigravity library file
type: behavior
versions: Python 3.7
Added file: http://bugs.python.org/file44690/antigravity-patch.patch

___
Python tracker 

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