[New-bugs-announce] [issue16423] urllib data URL recipe

Mathias Panzenböck report at bugs.python.org
Wed Nov 7 04:28:02 CET 2012


New submission from Mathias Panzenböck:

I think it would be really helpful if urllib would support data URLs. However, I was told on the python-ideas mailing list that it would probably only added as recipe in the documentation. The attached patch adds such an recipe to the urllib.request documentation. I've never written a doc patch (or any patch) for python before, so I don't know if I added it at the right place in the right format.

----------
assignee: docs at python
components: Documentation
files: doc-urllib.request-data-url-recipe.patch
hgrepos: 160
keywords: patch
messages: 175041
nosy: docs at python, panzi
priority: normal
severity: normal
status: open
title: urllib data URL recipe
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file27914/doc-urllib.request-data-url-recipe.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16423>
_______________________________________


More information about the New-bugs-announce mailing list