| OLD | NEW |
| 1 Name: fancy_urllib | 1 Name: fancy_urllib |
| 2 URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib | 2 URL: http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib |
| 3 License: Apache 2.0 | 3 License: Apache 2.0 |
| 4 License File: README.chromium | 4 License File: NOT_SHIPPED |
| 5 Security Critical: no | 5 Security Critical: no |
| 6 | 6 |
| 7 The fancy_urllib library was obtained from | 7 The fancy_urllib library was obtained from |
| 8 http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_ur
llib/__init__.py | 8 http://googleappengine.googlecode.com/svn/trunk/python/lib/fancy_urllib/fancy_ur
llib/__init__.py |
| 9 under the following license (http://googleappengine.googlecode.com/svn/trunk/pyt
hon/LICENSE): | 9 under the following license (http://googleappengine.googlecode.com/svn/trunk/pyt
hon/LICENSE): |
| 10 | 10 |
| 11 GOOGLE APP ENGINE SDK | 11 GOOGLE APP ENGINE SDK |
| 12 ===================== | 12 ===================== |
| 13 Copyright 2008 Google Inc. | 13 Copyright 2008 Google Inc. |
| 14 All rights reserved. | 14 All rights reserved. |
| 15 | 15 |
| 16 Licensed under the Apache License, Version 2.0 (the "License"); | 16 Licensed under the Apache License, Version 2.0 (the "License"); |
| 17 you may not use this file except in compliance with the License. | 17 you may not use this file except in compliance with the License. |
| 18 You may obtain a copy of the License at | 18 You may obtain a copy of the License at |
| 19 | 19 |
| 20 http://www.apache.org/licenses/LICENSE-2.0 | 20 http://www.apache.org/licenses/LICENSE-2.0 |
| 21 | 21 |
| 22 Unless required by applicable law or agreed to in writing, software | 22 Unless required by applicable law or agreed to in writing, software |
| 23 distributed under the License is distributed on an "AS IS" BASIS, | 23 distributed under the License is distributed on an "AS IS" BASIS, |
| 24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 25 See the License for the specific language governing permissions and | 25 See the License for the specific language governing permissions and |
| 26 limitations under the License. | 26 limitations under the License. |
| 27 | 27 |
| 28 Local Modifications: | 28 Local Modifications: |
| 29 - Python 2.7.9 adds an additional parameter to urllib2.HTTPSHandler.do_open. I | 29 - Python 2.7.9 adds an additional parameter to urllib2.HTTPSHandler.do_open. I |
| 30 modified FancyHTTPSHandler.do_open to take this parameter and forward it to | 30 modified FancyHTTPSHandler.do_open to take this parameter and forward it to |
| 31 the super function. | 31 the super function. |
| OLD | NEW |